diff --git a/package-lock.json b/package-lock.json index fb2145c..ac2cd5a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { - "name": "eccrypto", - "version": "1.1.7", + "name": "@bitmessage/eccrypto", + "version": "1.1.8", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "eccrypto", - "version": "1.1.7", + "name": "@bitmessage/eccrypto", + "version": "1.1.8", "hasInstallScript": true, "license": "CC0-1.0", "dependencies": { diff --git a/package.json b/package.json index d47854b..9a6dc90 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "eccrypto", - "version": "1.1.7", - "description": "JavaScript Elliptic curve cryptography library", + "name": "@bitmessage/eccrypto", + "version": "1.1.8", + "description": "JavaScript Elliptic curve cryptography library compatible with PyBitmessage", "main": "index.js", "browser": "browser.js", "scripts": { @@ -15,7 +15,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/bitchan/eccrypto.git" + "url": "https://git.bitmessage.org/Bitmessage/eccrypto.git" }, "keywords": [ "ecc", @@ -32,9 +32,9 @@ "author": "Kagami Hiiragi", "license": "CC0-1.0", "bugs": { - "url": "https://github.com/bitchan/eccrypto/issues" + "url": "https://git.bitmessage.org/Bitmessage/eccrypto/issues" }, - "homepage": "https://github.com/bitchan/eccrypto", + "homepage": "https://git.bitmessage.org/Bitmessage/eccrypto", "devDependencies": { "browserify": "16.5.0", "buffer-equal": "1.0.0",