From e0b45537929fb8a2d0d4a8cd68063fb598757fe7 Mon Sep 17 00:00:00 2001 From: Lee Miller Date: Sun, 25 Dec 2022 13:02:14 +0200 Subject: [PATCH] Bump 1.1.8 and update package urls --- package-lock.json | 8 ++++---- package.json | 12 ++++++------ 2 files changed, 10 insertions(+), 10 deletions(-) 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",