v0.0.2 - use preinstall.

This commit is contained in:
Christopher Jeffrey 2014-12-07 01:47:00 -08:00
parent f561332bb5
commit 4ff5f8fd6a

View File

@ -2,7 +2,7 @@
"name": "bitcoind.js", "name": "bitcoind.js",
"description": "Node binding for bitcoind", "description": "Node binding for bitcoind",
"author": "Christopher Jeffrey", "author": "Christopher Jeffrey",
"version": "0.0.1", "version": "0.0.2",
"main": "./index.js", "main": "./index.js",
"repository": "git://github.com/chjj/bitcoind.js.git", "repository": "git://github.com/chjj/bitcoind.js.git",
"homepage": "https://github.com/chjj/bitcoind.js", "homepage": "https://github.com/chjj/bitcoind.js",
@ -10,7 +10,7 @@
"url": "https://github.com/chjj/bitcoind.js/issues" "url": "https://github.com/chjj/bitcoind.js/issues"
}, },
"scripts": { "scripts": {
"install": "./build-libbitcoind.sh remote", "preinstall": "./build-libbitcoind.sh remote",
"start": "node example" "start": "node example"
}, },
"tags": [ "tags": [