From b0284c12ba65eab72d98463e275182af7f8bea98 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Tue, 9 Dec 2014 13:30:20 -0800 Subject: [PATCH] update package.json for scripts. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 165e4535..18dbba23 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/chjj/bitcoind.js/issues" }, "scripts": { - "preinstall": "./build-libbitcoind.sh remote", + "preinstall": "./bin/build-libbitcoind remote", "start": "node example" }, "tags": [