Removed bitcoind reference in package.json

This commit is contained in:
Chris Kleeschulte 2017-03-27 11:22:09 -04:00
parent b6ca44e414
commit d7544f61fe

View File

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