Bump 1.1.8 and update package urls
This commit is contained in:
parent
3da2700461
commit
e0b4553792
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -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": {
|
||||
|
|
12
package.json
12
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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user