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