diff options
author | Marian Oancea <contact@siteshop.ro> | 2014-11-10 20:31:51 +0800 |
---|---|---|
committer | Marian Oancea <contact@siteshop.ro> | 2014-11-10 20:31:53 +0800 |
commit | 6fc5d8e81e8f01ec0a9654268ac0593f74841c30 (patch) | |
tree | adc8da2b3519202fb3517ee4069cbdbce2106743 /package.json | |
parent | 67e3eff80608359ddeeb8a2f617148e2baf6a046 (diff) | |
download | dexon-6fc5d8e81e8f01ec0a9654268ac0593f74841c30.tar dexon-6fc5d8e81e8f01ec0a9654268ac0593f74841c30.tar.gz dexon-6fc5d8e81e8f01ec0a9654268ac0593f74841c30.tar.bz2 dexon-6fc5d8e81e8f01ec0a9654268ac0593f74841c30.tar.lz dexon-6fc5d8e81e8f01ec0a9654268ac0593f74841c30.tar.xz dexon-6fc5d8e81e8f01ec0a9654268ac0593f74841c30.tar.zst dexon-6fc5d8e81e8f01ec0a9654268ac0593f74841c30.zip |
Prepare for PR
changed repo urls from package.json, bower.json and readme
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json index 0b9db9f20..a36762e59 100644 --- a/package.json +++ b/package.json @@ -34,9 +34,9 @@ }, "repository": { "type": "git", - "url": "https://github.com/cubedro/ethereum.js.git" + "url": "https://github.com/ethereum/ethereum.js.git" }, - "homepage": "https://github.com/cubedro/ethereum.js", + "homepage": "https://github.com/ethereum/ethereum.js", "bugs": { "url": "https://github.com/ethereum/ethereum.js/issues" }, @@ -59,7 +59,7 @@ }, { "name": "Marian Oancea", - "email": "marian.oancea@gmail.com", + "email": "marian@ethdev.com", "url": "https://github.com/cubedro" } ], |