Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Commit

Permalink
Update : Pkg.json links
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Werner committed Sep 18, 2017
1 parent cee3199 commit 771ca94
Showing 1 changed file with 16 additions and 12 deletions.
28 changes: 16 additions & 12 deletions package.json
Expand Up @@ -13,11 +13,11 @@
"BWS"
],
"repository": {
"url": "git@github.com:bitpay/bitcore-wallet-service.git",
"url": "git@github.com:dashevo/bitcore-wallet-service-dash.git",
"type": "git"
},
"bugs": {
"url": "https://github.com/bitpay/bitcore-wallet-service/issues"
"url": "https://github.com/dashevo/bitcore-wallet-service-dash/issues"
},
"dependencies": {
"async": "^0.9.2",
Expand Down Expand Up @@ -75,14 +75,18 @@
"coveralls": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
},
"bitcoreNode": "./bitcorenode",
"contributors": [{
"name": "Braydon Fuller",
"email": "braydon@bitpay.com"
}, {
"name": "Ivan Socolsky",
"email": "ivan@bitpay.com"
}, {
"name": "Matias Alejo Garcia",
"email": "ematiu@gmail.com"
}]
"contributors": [
{
"name": "Braydon Fuller",
"email": "braydon@bitpay.com"
},
{
"name": "Ivan Socolsky",
"email": "ivan@bitpay.com"
},
{
"name": "Matias Alejo Garcia",
"email": "ematiu@gmail.com"
}
]
}

0 comments on commit 771ca94

Please sign in to comment.