From c9cf7dccb7eeedc8bdf12bf5c05625d15e934cd5 Mon Sep 17 00:00:00 2001 From: "Michael Bradley, Jr" Date: Wed, 11 Jul 2018 10:31:14 -0500 Subject: [PATCH] "embark-" prefixed bin entry in package.json for ganache-cli --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index ff70c63e6..be064bcac 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,8 @@ "test_dapp": "cross-env-shell \"cd test_apps/$DAPP && npm install && npm test\"" }, "bin": { - "embark": "./bin/embark" + "embark": "./bin/embark", + "embark-ganache-cli": "./node_modules/.bin/ganache-cli" }, "main": "./lib/index.js", "directories": {