From d7544f61fe458e9368a1687f6873f911f4b4a857 Mon Sep 17 00:00:00 2001 From: Chris Kleeschulte Date: Mon, 27 Mar 2017 11:22:09 -0400 Subject: [PATCH] Removed bitcoind reference in package.json --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 1bd660a3..205280ab 100644 --- a/package.json +++ b/package.json @@ -27,8 +27,7 @@ } ], "bin": { - "bitcore-node": "./bin/bitcore-node", - "bitcoind": "./bin/bitcoind" + "bitcore-node": "./bin/bitcore-node" }, "scripts": { "preinstall": "./scripts/download",