@anycli/plugin-version
Advanced tools
| { | ||
| "version": "0.1.21", | ||
| "commands": [ | ||
| { | ||
| "_base": "@anycli/command@0.3.7", | ||
| "id": "version", | ||
| "pluginName": "@anycli/plugin-version", | ||
| "aliases": [], | ||
| "flags": {}, | ||
| "args": [] | ||
| } | ||
| ] | ||
| } |
+8
-0
@@ -0,1 +1,9 @@ | ||
| <a name="0.1.22"></a> | ||
| ## [0.1.22](https://github.com/anycli/plugin-version/compare/2203a5fb396ec00a53f10fc9fa7516245b4b75b8...v0.1.22) (2018-02-02) | ||
| ### Bug Fixes | ||
| * fixed manifest location ([81ad2de](https://github.com/anycli/plugin-version/commit/81ad2de)) | ||
| <a name="0.1.21"></a> | ||
@@ -2,0 +10,0 @@ ## [0.1.21](https://github.com/anycli/plugin-version/compare/948427739fcb15375415515c320846e4a68e9e0b...v0.1.21) (2018-02-02) |
+2
-2
| { | ||
| "name": "@anycli/plugin-version", | ||
| "description": "a anycli command that just shows the CLI version", | ||
| "version": "0.1.21", | ||
| "version": "0.1.22", | ||
| "author": "Jeff Dickey @jdxcode", | ||
@@ -55,3 +55,3 @@ "anycli": { | ||
| "posttest": "yarn run lint", | ||
| "prepublishOnly": "yarn run build && anycli-dev manifest > .anycli.manifest.json", | ||
| "prepublishOnly": "yarn run build && anycli-dev manifest > lib/.anycli.manifest.json", | ||
| "test": "mocha --forbid-only \"test/**/*.test.ts\"" | ||
@@ -58,0 +58,0 @@ }, |
9943
5.18%10
11.11%46
39.39%