@anycli/command
Advanced tools
Comparing version 0.2.22 to 0.2.23
@@ -0,1 +1,9 @@ | ||
<a name="0.2.23"></a> | ||
## [0.2.23](https://github.com/anycli/command/compare/43478c808804359269d3afcc6d7a07fb128c9272...v0.2.23) (2018-02-01) | ||
### Bug Fixes | ||
* strict by default ([46c5dda](https://github.com/anycli/command/commit/46c5dda)) | ||
<a name="0.2.22"></a> | ||
@@ -2,0 +10,0 @@ ## [0.2.22](https://github.com/anycli/command/compare/8670ce0d3c8c131a4d5afadda43bbab03aee8e6e...v0.2.22) (2018-02-01) |
@@ -47,3 +47,3 @@ "use strict"; | ||
Command.aliases = []; | ||
Command.strict = false; | ||
Command.strict = true; | ||
Command.args = []; | ||
@@ -50,0 +50,0 @@ /** |
{ | ||
"name": "@anycli/command", | ||
"description": "anycli base command", | ||
"version": "0.2.22", | ||
"version": "0.2.23", | ||
"author": "Jeff Dickey @jdxcode", | ||
@@ -29,3 +29,3 @@ "bugs": "https://github.com/anycli/command/issues", | ||
"eslint-config-anycli": "^1.3.0", | ||
"fancy-test": "^0.6.5", | ||
"fancy-test": "^0.6.6", | ||
"http-call": "^5.0.2", | ||
@@ -32,0 +32,0 @@ "husky": "^0.14.3", |
24322