mythix-cli 1.2.0 → 1.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/bin/mythix-cli.js CHANGED
@@ -266,6 +266,7 @@ function createYargsCommands(yargs, commandsObj, actionHandler) {
266
266
  argv,
267
267
  commandPath,
268
268
  command,
269
+ config,
269
270
  );
270
271
 
271
272
  await application.stop();
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "mythix-cli": "./bin/mythix-cli.js"
4
4
  },
5
5
  "name": "mythix-cli",
6
- "version": "1.2.0",
6
+ "version": "1.2.1",
7
7
  "description": "Mythix CLI utility",
8
8
  "main": "src/index.js",
9
9
  "scripts": {
@@ -27,7 +27,7 @@
27
27
  },
28
28
  "homepage": "https://github.com/th317erd/mythix-cli#readme",
29
29
  "peerDependencies": {
30
- "mythix": "^2.2.3"
30
+ "mythix": "^2.4.7"
31
31
  },
32
32
  "dependencies": {
33
33
  "simple-yargs": "^0.1.5",