mirror of https://github.com/embarklabs/embark.git
no need for ganache-cli "bin" entry
This commit is contained in:
parent
3d729b8a78
commit
8fe2109338
|
@ -10,8 +10,7 @@
|
|||
"fulltest": "npm run lint && npm run test && npm run testdapp_1 && npm run testdapp_2"
|
||||
},
|
||||
"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