Bump 1.1.8 and update package urls
buildbot/multibuild_parent Build done. Details
buildbot/travis_bionic Build done. Details

This commit is contained in:
Lee Miller 2022-12-25 13:02:14 +02:00
parent 3da2700461
commit e0b4553792
Signed by: lee.miller
GPG Key ID: 4F97A5EA88F4AB63
2 changed files with 10 additions and 10 deletions

8
package-lock.json generated
View File

@ -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": {

View File

@ -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",