@anycli/example-multi-js
Advanced tools
Comparing version 0.9.13 to 0.9.14
@@ -1,1 +0,1 @@ | ||
{"version":"0.9.13","commands":{"hello":{"id":"hello","pluginName":"@anycli/example-multi-js","pluginType":"dev","aliases":[],"flags":{"name":{"name":"name","type":"option","char":"n","description":"name to print"}},"args":[]}}} | ||
{"version":"0.9.14","commands":{"hello":{"id":"hello","pluginName":"@anycli/example-multi-js","pluginType":"dev","aliases":[],"flags":{"name":{"name":"name","type":"option","char":"n","description":"name to print"}},"args":[]}}} |
@@ -0,1 +1,9 @@ | ||
<a name="0.9.14"></a> | ||
## [0.9.14](https://github.com/anycli/example-multi-js/compare/51a2484fc8e9bea77fdf8819165d3a19c0e90f73...v0.9.14) (2018-02-07) | ||
### Bug Fixes | ||
* anycli v0.33.17 ([7e45c4d](https://github.com/anycli/example-multi-js/commit/7e45c4d)) | ||
<a name="0.9.13"></a> | ||
@@ -2,0 +10,0 @@ ## [0.9.13](https://github.com/anycli/example-multi-js/compare/b16c80e5e087d67803614a35f98884ba028942f5...v0.9.13) (2018-02-07) |
{ | ||
"name": "@anycli/example-multi-js", | ||
"description": "example multi-command CLI built with javascript", | ||
"version": "0.9.13", | ||
"version": "0.9.14", | ||
"author": "Jeff Dickey @jdxcode", | ||
@@ -18,11 +18,11 @@ "anycli": { | ||
"dependencies": { | ||
"@anycli/command": "^1.2.13", | ||
"@anycli/config": "^1.3.24", | ||
"@anycli/command": "^1.2.14", | ||
"@anycli/config": "^1.3.32", | ||
"@anycli/errors": "^0.2.1", | ||
"@anycli/plugin-help": "^0.6.8", | ||
"@anycli/plugin-help": "^0.6.9", | ||
"globby": "^7.1.1" | ||
}, | ||
"devDependencies": { | ||
"@anycli/dev-cli": "^0.3.2", | ||
"@anycli/test": "^0.10.11", | ||
"@anycli/dev-cli": "^0.3.3", | ||
"@anycli/test": "^0.10.13", | ||
"chai": "^4.1.2", | ||
@@ -29,0 +29,0 @@ "eslint": "^4.17.0", |
@@ -35,3 +35,3 @@ @anycli/example-multi-js | ||
$ example-multi-js (-v|--version|version) | ||
@anycli/example-multi-js/0.9.12 (linux-x64) node-v9.5.0 | ||
@anycli/example-multi-js/0.9.13 (linux-x64) node-v9.5.0 | ||
$ example-multi-js --help [COMMAND] | ||
@@ -38,0 +38,0 @@ USAGE |
20689
Updated@anycli/command@^1.2.14
Updated@anycli/config@^1.3.32
Updated@anycli/plugin-help@^0.6.9