@anycli/version
Advanced tools
Comparing version 0.1.16 to 0.1.17
@@ -0,1 +1,9 @@ | ||
<a name="0.1.17"></a> | ||
## [0.1.17](https://github.com/anycli/version/compare/59156f63ac82a9e31c00ce7489c339a3f094ed78...v0.1.17) (2018-01-31) | ||
### Bug Fixes | ||
* updated engine ([eb39255](https://github.com/anycli/version/commit/eb39255)) | ||
<a name="0.1.16"></a> | ||
@@ -2,0 +10,0 @@ ## [0.1.16](https://github.com/anycli/version/compare/399ae7ca19b17a77b14c5ca65b273bad74b7aedf...v0.1.16) (2018-01-31) |
import Command from '@anycli/command'; | ||
export default class Version extends Command { | ||
static variableArgs: true; | ||
run(): Promise<void>; | ||
} |
{ | ||
"name": "@anycli/version", | ||
"description": "a anycli command that just shows the CLI version", | ||
"version": "0.1.16", | ||
"version": "0.1.17", | ||
"author": "Jeff Dickey @jdxcode", | ||
@@ -14,8 +14,8 @@ "anycli": { | ||
"dependencies": { | ||
"@anycli/command": "^0.2.12", | ||
"@anycli/config": "^0.2.2", | ||
"@anycli/command": "^0.2.17", | ||
"@anycli/config": "^0.2.3", | ||
"cli-ux": "^3.3.10" | ||
}, | ||
"devDependencies": { | ||
"@anycli/engine": "^0.1.32", | ||
"@anycli/engine": "^0.1.33", | ||
"@anycli/test": "^0.10.0", | ||
@@ -22,0 +22,0 @@ "@anycli/tslint": "^0.2.0", |
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
8292
33
Updated@anycli/command@^0.2.17
Updated@anycli/config@^0.2.3