Added the clean script.

This commit is contained in:
Chris Kleeschulte 2015-08-05 16:31:48 -04:00
parent d6d87e7964
commit b3dab5ee7e
1 changed files with 1 additions and 1 deletions

View File

@ -30,6 +30,7 @@
"preinstall": "./bin/build-libbitcoind",
"install": "./bin/build-bindings",
"start": "node bin/start.js",
"clean": "./bin/clean",
"test": "NODE_ENV=test mocha --recursive",
"coverage": "istanbul cover _mocha -- --recursive",
"libbitcoind": "node bin/start-libbitcoind.js"
@ -41,7 +42,6 @@
"dependencies": {
"node-pre-gyp": "0.5.x",
"async": "1.3.0",
"bindings": "^1.2.1",
"bitcore": "^0.12.15",
"chainlib": "^0.1.1",
"errno": "^0.1.2",