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\""
},
"bin": {
"embark": "./bin/embark",
"ganache-cli-embark": "./node_modules/.bin/ganache-cli"
"embark": "./bin/embark"
},
"main": "./lib/index.js",
"directories": {