build libbitcoind.so on install.

This commit is contained in:
Christopher Jeffrey 2014-12-07 00:29:52 -08:00
parent 97e330fcba
commit 66290e217f

View File

@ -10,7 +10,8 @@
"url": "https://github.com/chjj/bitcoind.js/issues" "url": "https://github.com/chjj/bitcoind.js/issues"
}, },
"scripts": { "scripts": {
"test": "NODE_ENV=test mocha -R spec" "install": "./build-libbitcoind.sh remote",
"start": "node example"
}, },
"tags": [ "tags": [
"bitcoin", "bitcoin",