"embark-" prefixed bin entry in package.json for ganache-cli

This commit is contained in:
Michael Bradley, Jr 2018-07-11 10:31:14 -05:00 committed by Iuri Matias
parent 9c2208edd6
commit c9b2aa14b6
1 changed files with 2 additions and 1 deletions

View File

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