diff --git a/package-lock.json b/package-lock.json index f791cb1..491ff86 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nkeys.js", - "version": "1.0.6-0", + "version": "1.0.6-1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "nkeys.js", - "version": "1.0.6-0", + "version": "1.0.6-1", "license": "Apache-2.0", "dependencies": { "tweetnacl": "1.0.3" diff --git a/package.json b/package.json index 4002b99..8d3f174 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nkeys.js", - "version": "1.0.6-0", + "version": "1.0.6-1", "description": "A public-key signature system based on Ed25519 for the NATS ecosystem in javascript", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -23,7 +23,7 @@ }, "repository": { "type": "git", - "url": "https://github.com//nats-io/nkeys.js" + "url": "https://github.com/nats-io/nkeys.js" }, "keywords": [ "nats",