@anycli/example-multi-js
Advanced tools
Comparing version 0.9.16 to 0.9.17
@@ -1,1 +0,1 @@ | ||
{"version":"0.9.16","commands":{"hello":{"id":"hello","pluginName":"@anycli/example-multi-js","pluginType":"core","aliases":[],"flags":{"name":{"name":"name","type":"option","char":"n","description":"name to print"}},"args":[]}}} | ||
{"version":"0.9.17","commands":{"hello":{"id":"hello","pluginName":"@anycli/example-multi-js","pluginType":"core","aliases":[],"flags":{"name":{"name":"name","type":"option","char":"n","description":"name to print"}},"args":[]}}} |
@@ -0,1 +1,9 @@ | ||
<a name="0.9.17"></a> | ||
## [0.9.17](https://github.com/anycli/example-multi-js/compare/3a4bceb3330ea37c6f83f74b8132e42e42db009f...v0.9.17) (2018-02-07) | ||
### Bug Fixes | ||
* anycli v0.33.20 ([9ba74e5](https://github.com/anycli/example-multi-js/commit/9ba74e5)) | ||
<a name="0.9.16"></a> | ||
@@ -2,0 +10,0 @@ ## [0.9.16](https://github.com/anycli/example-multi-js/compare/9f22f74cffa95eebaf98633ee05e7ae2d7cdbbfd...v0.9.16) (2018-02-07) |
{ | ||
"name": "@anycli/example-multi-js", | ||
"description": "example multi-command CLI built with javascript", | ||
"version": "0.9.16", | ||
"version": "0.9.17", | ||
"author": "Jeff Dickey @jdxcode", | ||
@@ -48,8 +48,11 @@ "anycli": { | ||
"scripts": { | ||
"clean": "rm -f .anycli.manifest.json", | ||
"lint": "eslint .", | ||
"postpublish": "rm .anycli.manifest.json", | ||
"postpublish": "yarn run clean", | ||
"posttest": "yarn run lint", | ||
"prepublishOnly": "anycli-dev manifest && anycli-dev readme", | ||
"test": "mocha --forbid-only \"test/**/*.test.js\"" | ||
"preversion": "yarn run clean", | ||
"test": "mocha --forbid-only \"test/**/*.test.js\"", | ||
"version": "anycli-dev readme && git add README.md" | ||
} | ||
} |
@@ -35,3 +35,3 @@ @anycli/example-multi-js | ||
$ example-multi-js (-v|--version|version) | ||
@anycli/example-multi-js/0.9.15 (linux-x64) node-v9.5.0 | ||
@anycli/example-multi-js/0.9.16 (linux-x64) node-v9.5.0 | ||
$ example-multi-js --help [COMMAND] | ||
@@ -57,3 +57,3 @@ USAGE | ||
_See code: [@anycli/example-multi-js](https://github.com/anycli/example-multi-js/blob/v0.9.15/src/commands/hello.js)_ | ||
_See code: [@anycli/example-multi-js](https://github.com/anycli/example-multi-js/blob/v0.9.16/src/commands/hello.js)_ | ||
<!-- commandsstop --> |
21856