diff --git a/bin/btc-node b/bin/btcnode similarity index 100% rename from bin/btc-node rename to bin/btcnode diff --git a/package.json b/package.json index cdb80318..f346b1b2 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "url": "https://github.com/owstack/btc-node/issues" }, "bin": { - "btc-node": "./bin/btc-node" + "btcnode": "./bin/btcnode" }, "scripts": { "test": "mocha -R spec --recursive",