Repository has been move to the ethereumjs organization, update package.json
This commit is contained in:
parent
a317c50d01
commit
08ca5637a1
|
@ -12,7 +12,7 @@
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/axic/ethereumjs-wallet.git"
|
"url": "https://github.com/ethereumjs/ethereumjs-wallet.git"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"ethereum",
|
"ethereum",
|
||||||
|
@ -22,9 +22,9 @@
|
||||||
"author": "Alex Beregszaszi <alex@rtfs.hu>",
|
"author": "Alex Beregszaszi <alex@rtfs.hu>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/axic/ethereumjs-wallet/issues"
|
"url": "https://github.com/ethereumjs/ethereumjs-wallet/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/axic/ethereumjs-wallet",
|
"homepage": "https://github.com/ethereumjs/ethereumjs-wallet",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"aes-js": "^0.2.3",
|
"aes-js": "^0.2.3",
|
||||||
"bs58check": "^1.0.8",
|
"bs58check": "^1.0.8",
|
||||||
|
|
Loading…
Reference in New Issue