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 | |
parent | 67e3eff80608359ddeeb8a2f617148e2baf6a046 (diff) | |
download | go-tangerine-6fc5d8e81e8f01ec0a9654268ac0593f74841c30.tar go-tangerine-6fc5d8e81e8f01ec0a9654268ac0593f74841c30.tar.gz go-tangerine-6fc5d8e81e8f01ec0a9654268ac0593f74841c30.tar.bz2 go-tangerine-6fc5d8e81e8f01ec0a9654268ac0593f74841c30.tar.lz go-tangerine-6fc5d8e81e8f01ec0a9654268ac0593f74841c30.tar.xz go-tangerine-6fc5d8e81e8f01ec0a9654268ac0593f74841c30.tar.zst go-tangerine-6fc5d8e81e8f01ec0a9654268ac0593f74841c30.zip |
Prepare for PR
changed repo urls from package.json, bower.json and readme
-rw-r--r-- | README.md | 14 | ||||
-rw-r--r-- | bower.json | 6 | ||||
-rw-r--r-- | package.json | 6 |
3 files changed, 13 insertions, 13 deletions
@@ -5,7 +5,7 @@ which implements the [Generic JSON RPC](https://github.com/ethereum/wiki/wiki/Ge [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![dependency status][dep-image]][dep-url] [![dev dependency status][dep-dev-image]][dep-dev-url] -[![browser support](https://ci.testling.com/cubedro/ethereum.js.png)](https://ci.testling.com/cubedro/ethereum.js) +[![browser support](https://ci.testling.com/ethereum/ethereum.js.png)](https://ci.testling.com/ethereum/ethereum.js) ## Installation @@ -71,9 +71,9 @@ ethereum -ws -loglevel=4 [npm-image]: https://badge.fury.io/js/ethereum.js.png [npm-url]: https://npmjs.org/package/ethereum.js -[travis-image]: https://travis-ci.org/cubedro/ethereum.js.svg -[travis-url]: https://travis-ci.org/cubedro/ethereum.js -[dep-image]: https://david-dm.org/cubedro/ethereum.js.svg -[dep-url]: https://david-dm.org/cubedro/ethereum.js -[dep-dev-image]: https://david-dm.org/cubedro/ethereum.js/dev-status.svg -[dep-dev-url]: https://david-dm.org/cubedro/ethereum.js#info=devDependencies
\ No newline at end of file +[travis-image]: https://travis-ci.org/ethereum/ethereum.js.svg +[travis-url]: https://travis-ci.org/ethereum/ethereum.js +[dep-image]: https://david-dm.org/ethereum/ethereum.js.svg +[dep-url]: https://david-dm.org/ethereum/ethereum.js +[dep-dev-image]: https://david-dm.org/ethereum/ethereum.js/dev-status.svg +[dep-dev-url]: https://david-dm.org/ethereum/ethereum.js#info=devDependencies
\ No newline at end of file diff --git a/bower.json b/bower.json index aeced41a1..a580bdf4b 100644 --- a/bower.json +++ b/bower.json @@ -9,9 +9,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" }, @@ -28,7 +28,7 @@ }, { "name": "Marian Oancea", - "email": "marian.oancea@gmail.com", + "email": "marian@ethdev.com", "homepage": "https://github.com/cubedro" } ], 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" } ], |