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", "name": "@bitmessage/eccrypto",
"version": "1.1.7", "version": "1.1.8",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "eccrypto", "name": "@bitmessage/eccrypto",
"version": "1.1.7", "version": "1.1.8",
"hasInstallScript": true, "hasInstallScript": true,
"license": "CC0-1.0", "license": "CC0-1.0",
"dependencies": { "dependencies": {

View File

@ -1,7 +1,7 @@
{ {
"name": "eccrypto", "name": "@bitmessage/eccrypto",
"version": "1.1.7", "version": "1.1.8",
"description": "JavaScript Elliptic curve cryptography library", "description": "JavaScript Elliptic curve cryptography library compatible with PyBitmessage",
"main": "index.js", "main": "index.js",
"browser": "browser.js", "browser": "browser.js",
"scripts": { "scripts": {
@ -15,7 +15,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/bitchan/eccrypto.git" "url": "https://git.bitmessage.org/Bitmessage/eccrypto.git"
}, },
"keywords": [ "keywords": [
"ecc", "ecc",
@ -32,9 +32,9 @@
"author": "Kagami Hiiragi", "author": "Kagami Hiiragi",
"license": "CC0-1.0", "license": "CC0-1.0",
"bugs": { "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": { "devDependencies": {
"browserify": "16.5.0", "browserify": "16.5.0",
"buffer-equal": "1.0.0", "buffer-equal": "1.0.0",