no need for ganache-cli "bin" entry
This commit is contained in:
parent
3b9e605d62
commit
b292c576e0
|
@ -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": {
|
||||
|
|
Loading…
Reference in New Issue