mirror of https://github.com/embarklabs/embark.git
embark-ganache-cli -> ganache-cli-embark
This commit is contained in:
parent
1178cdf222
commit
e0ff8a735d
|
@ -14,7 +14,7 @@ class Simulator {
|
|||
let cmds = [];
|
||||
|
||||
const testrpc = shelljs.which('testrpc');
|
||||
const ganache = shelljs.which('embark-ganache-cli');
|
||||
const ganache = shelljs.which('ganache-cli-embark');
|
||||
if (!testrpc && !ganache) {
|
||||
this.logger.warn(__('%s is not installed on your machine', 'Ganache CLI (TestRPC)'));
|
||||
this.logger.info(__('You can install it by running: %s', 'npm -g install ganache-cli'));
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
},
|
||||
"bin": {
|
||||
"embark": "./bin/embark",
|
||||
"embark-ganache-cli": "./node_modules/.bin/ganache-cli"
|
||||
"ganache-cli-embark": "./node_modules/.bin/ganache-cli"
|
||||
},
|
||||
"main": "./lib/index.js",
|
||||
"directories": {
|
||||
|
|
Loading…
Reference in New Issue