Skip to content

Commit

Permalink
link to repo in package.json, closes blockchain#91
Browse files Browse the repository at this point in the history
  • Loading branch information
jtormey committed Apr 5, 2016
1 parent f0b4ed1 commit 832cab4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
"version": "0.19.3",
"description": "Blockchain.info wallet api service",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/blockchain/service-my-wallet-v3.git"
},
"bugs": {
"url": "https://github.com/blockchain/service-my-wallet-v3/issues"
},
"bin": {
"blockchain-wallet-service": "./bin/cli.js"
},
Expand Down

0 comments on commit 832cab4

Please sign in to comment.