@anycli/example-multi-js
Advanced tools
Comparing version 0.9.9 to 0.9.10
@@ -1,1 +0,1 @@ | ||
{"version":"0.9.8","commands":{"hello":{"id":"hello","aliases":[],"flags":{"name":{"name":"name","type":"option","char":"n","description":"name to print"}},"args":[]}}} | ||
{"version":"0.9.9","commands":{"hello":{"id":"hello","aliases":[],"flags":{"name":{"name":"name","type":"option","char":"n","description":"name to print"}},"args":[]}}} |
@@ -0,1 +1,9 @@ | ||
<a name="0.9.10"></a> | ||
## [0.9.10](https://github.com/anycli/example-multi-js/compare/552fed245a28e371646836d9ff1244841f0a0f2a...v0.9.10) (2018-02-06) | ||
### Bug Fixes | ||
* anycli v0.33.12 ([154e57d](https://github.com/anycli/example-multi-js/commit/154e57d)) | ||
<a name="0.9.9"></a> | ||
@@ -2,0 +10,0 @@ ## [0.9.9](https://github.com/anycli/example-multi-js/compare/71be79bc0de26697c9968eecabcdbcac241f01ac...v0.9.9) (2018-02-06) |
{ | ||
"name": "@anycli/example-multi-js", | ||
"description": "example multi-command CLI built with javascript", | ||
"version": "0.9.9", | ||
"version": "0.9.10", | ||
"author": "Jeff Dickey @jdxcode", | ||
@@ -18,10 +18,10 @@ "anycli": { | ||
"dependencies": { | ||
"@anycli/command": "^1.2.9", | ||
"@anycli/config": "^1.3.10", | ||
"@anycli/errors": "^0.2.0", | ||
"@anycli/plugin-help": "^0.6.3", | ||
"@anycli/command": "^1.2.10", | ||
"@anycli/config": "^1.3.11", | ||
"@anycli/errors": "^0.2.1", | ||
"@anycli/plugin-help": "^0.6.4", | ||
"globby": "^7.1.1" | ||
}, | ||
"devDependencies": { | ||
"@anycli/dev-cli": "^0.1.6", | ||
"@anycli/dev-cli": "^0.2.2", | ||
"@anycli/test": "^0.10.11", | ||
@@ -28,0 +28,0 @@ "chai": "^4.1.2", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18857
Updated@anycli/command@^1.2.10
Updated@anycli/config@^1.3.11
Updated@anycli/errors@^0.2.1
Updated@anycli/plugin-help@^0.6.4