embark-ganache-cli -> ganache-cli-embark
This commit is contained in:
parent
6203ad3530
commit
2784303145
|
@ -13,7 +13,7 @@ class Simulator {
|
||||||
let cmds = [];
|
let cmds = [];
|
||||||
|
|
||||||
const testrpc = shelljs.which('testrpc');
|
const testrpc = shelljs.which('testrpc');
|
||||||
const ganache = shelljs.which('embark-ganache-cli');
|
const ganache = shelljs.which('ganache-cli-embark');
|
||||||
if (!testrpc && !ganache) {
|
if (!testrpc && !ganache) {
|
||||||
this.logger.warn(__('%s is not installed on your machine', 'Ganache CLI (TestRPC)'));
|
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'));
|
this.logger.info(__('You can install it by running: %s', 'npm -g install ganache-cli'));
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
},
|
},
|
||||||
"bin": {
|
"bin": {
|
||||||
"embark": "./bin/embark",
|
"embark": "./bin/embark",
|
||||||
"embark-ganache-cli": "./node_modules/.bin/ganache-cli"
|
"ganache-cli-embark": "./node_modules/.bin/ganache-cli"
|
||||||
},
|
},
|
||||||
"main": "./lib/index.js",
|
"main": "./lib/index.js",
|
||||||
"directories": {
|
"directories": {
|
||||||
|
|
Loading…
Reference in New Issue