From 4ff5f8fd6a34ea692f7b193129884ca28affa7ae Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Sun, 7 Dec 2014 01:47:00 -0800 Subject: [PATCH] v0.0.2 - use preinstall. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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": [