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 Pascal Precht
parent d84ac05376
commit d62a80169e
No known key found for this signature in database
GPG Key ID: 0EE28D8D6FD85D7D

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": {