Remove hosted download

This commit is contained in:
Jack Grigg 2016-08-30 15:42:10 +12:00
parent 433a08d070
commit f5b864f29e
1 changed files with 1 additions and 4 deletions

View File

@ -31,12 +31,9 @@
}
],
"bin": {
"bitcore-node": "./bin/bitcore-node",
"bitcoind": "./bin/bitcoind"
"bitcore-node": "./bin/bitcore-node"
},
"scripts": {
"preinstall": "./scripts/download",
"verify": "./scripts/download --skip-bitcoin-download --verify-bitcoin-download",
"test": "mocha -R spec --recursive",
"regtest": "./scripts/regtest",
"jshint": "jshint --reporter=node_modules/jshint-stylish ./lib",