@anycli/command
Advanced tools
Comparing version 0.3.7 to 0.3.8
@@ -0,1 +1,9 @@ | ||
<a name="0.3.8"></a> | ||
## [0.3.8](https://github.com/anycli/command/compare/a31190002da11a8b59883923f687091afb086060...v0.3.8) (2018-02-02) | ||
### Bug Fixes | ||
* add type to command ([dcea31b](https://github.com/anycli/command/commit/dcea31b)) | ||
<a name="0.3.7"></a> | ||
@@ -2,0 +10,0 @@ ## [0.3.7](https://github.com/anycli/command/compare/a8a9b25444e57bd3e3bdbd18656416f76431d9f5...v0.3.7) (2018-02-02) |
@@ -7,2 +7,3 @@ "use strict"; | ||
_base: c._base, | ||
type: c.type, | ||
title: c.title, | ||
@@ -9,0 +10,0 @@ id: c.id || opts.id, |
{ | ||
"name": "@anycli/command", | ||
"description": "anycli base command", | ||
"version": "0.3.7", | ||
"version": "0.3.8", | ||
"author": "Jeff Dickey @jdxcode", | ||
@@ -15,4 +15,4 @@ "bugs": "https://github.com/anycli/command/issues", | ||
"devDependencies": { | ||
"@anycli/config": "^0.3.0", | ||
"@anycli/plugin-help": "^0.3.7", | ||
"@anycli/config": "^0.3.1", | ||
"@anycli/plugin-help": "^0.4.6", | ||
"@anycli/tslint": "^0.2.2", | ||
@@ -19,0 +19,0 @@ "@types/chai": "^4.1.2", |
27913
294