no need for ganache-cli "bin" entry

This commit is contained in:
Michael Bradley, Jr 2018-07-11 15:25:44 -05:00 committed by Iuri Matias
parent 3b9e605d62
commit b292c576e0
1 changed files with 1 additions and 2 deletions

View File

@ -11,8 +11,7 @@
"test_dapp": "cross-env-shell \"cd test_apps/$DAPP && npm install && npm test\"" "test_dapp": "cross-env-shell \"cd test_apps/$DAPP && npm install && npm test\""
}, },
"bin": { "bin": {
"embark": "./bin/embark", "embark": "./bin/embark"
"ganache-cli-embark": "./node_modules/.bin/ganache-cli"
}, },
"main": "./lib/index.js", "main": "./lib/index.js",
"directories": { "directories": {