build: include bitcoind in package.json bin

This commit is contained in:
Braydon Fuller 2016-04-27 14:38:58 -04:00
parent 24d1bc82e9
commit d969ad7fb6
1 changed files with 2 additions and 1 deletions

View File

@ -27,7 +27,8 @@
}
],
"bin": {
"bitcore-node": "./bin/bitcore-node"
"bitcore-node": "./bin/bitcore-node",
"bitcoind": "./bin/bitcoind"
},
"scripts": {
"preinstall": "./scripts/download",