"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 Pascal Precht
parent 00d0a07c25
commit c9cf7dccb7
No known key found for this signature in database
GPG Key ID: 0EE28D8D6FD85D7D
1 changed files with 2 additions and 1 deletions

View File

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