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 3d729b8a78
commit 8fe2109338
1 changed files with 1 additions and 2 deletions

View File

@ -10,8 +10,7 @@
"fulltest": "npm run lint && npm run test && npm run testdapp_1 && npm run testdapp_2"
},
"bin": {
"embark": "./bin/embark",
"ganache-cli-embark": "./node_modules/.bin/ganache-cli"
"embark": "./bin/embark"
},
"main": "./lib/index.js",
"directories": {