Repository has been move to the ethereumjs organization, update package.json

This commit is contained in:
Alex Beregszaszi 2016-03-26 18:44:05 +00:00
parent a317c50d01
commit 08ca5637a1
1 changed files with 3 additions and 3 deletions

View File

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