@oclif/command
Advanced tools
Comparing version 1.2.22 to 1.2.23
@@ -0,1 +1,9 @@ | ||
<a name="1.2.23"></a> | ||
## [1.2.23](https://github.com/oclif/command/compare/0d3f94a8d41a5903c34a5cfd3625bb42b4d4062c...v1.2.23) (2018-02-13) | ||
### Bug Fixes | ||
* updated deps ([633de2e](https://github.com/oclif/command/commit/633de2e)) | ||
<a name="1.2.22"></a> | ||
@@ -2,0 +10,0 @@ ## [1.2.22](https://github.com/oclif/command/compare/45b34a88a796a79d3c0d20124a7a9919b12edec8...v1.2.22) (2018-02-13) |
{ | ||
"name": "@oclif/command", | ||
"description": "oclif base command", | ||
"version": "1.2.22", | ||
"version": "1.2.23", | ||
"author": "Jeff Dickey @jdxcode", | ||
@@ -19,5 +19,5 @@ "bugs": "https://github.com/oclif/command/issues", | ||
"@oclif/errors": "^1.0.1", | ||
"@oclif/plugin-help": "^0.7.4", | ||
"@oclif/plugin-plugins": "^0.2.18", | ||
"@oclif/tslint": "^0.2.7", | ||
"@oclif/plugin-help": "^1.0.0", | ||
"@oclif/plugin-plugins": "^1.0.0", | ||
"@oclif/tslint": "^0.2.10", | ||
"@types/chai": "^4.1.2", | ||
@@ -31,2 +31,3 @@ "@types/mocha": "^2.2.48", | ||
"ts-node": "^4.1.0", | ||
"tslint": "^5.9.1", | ||
"typescript": "^2.7.1" | ||
@@ -33,0 +34,0 @@ }, |
37817
15