mirror of https://github.com/embarklabs/embark.git
"embark-" prefixed bin entry in package.json for ganache-cli
This commit is contained in:
parent
00d0a07c25
commit
c9cf7dccb7
|
@ -11,7 +11,8 @@
|
||||||
"test_dapp": "cross-env-shell \"cd test_apps/$DAPP && npm install && npm test\""
|
"test_dapp": "cross-env-shell \"cd test_apps/$DAPP && npm install && npm test\""
|
||||||
},
|
},
|
||||||
"bin": {
|
"bin": {
|
||||||
"embark": "./bin/embark"
|
"embark": "./bin/embark",
|
||||||
|
"embark-ganache-cli": "./node_modules/.bin/ganache-cli"
|
||||||
},
|
},
|
||||||
"main": "./lib/index.js",
|
"main": "./lib/index.js",
|
||||||
"directories": {
|
"directories": {
|
||||||
|
|
Loading…
Reference in New Issue