@oclif/command
Advanced tools
Comparing version 1.4.2 to 1.4.3
@@ -0,1 +1,9 @@ | ||
<a name="1.4.3"></a> | ||
## [1.4.3](https://github.com/oclif/command/compare/8808788e3f6c494606d1e2662382eeede0e0a254...v1.4.3) (2018-03-24) | ||
### Bug Fixes | ||
* add [@oclif](https://github.com/oclif)/errors to dependencies ([b2d0790](https://github.com/oclif/command/commit/b2d0790)) | ||
<a name="1.4.2"></a> | ||
@@ -2,0 +10,0 @@ ## [1.4.2](https://github.com/oclif/command/compare/15212c3025cdc62433ec305a919b65487a53d8b0...v1.4.2) (2018-02-28) |
{ | ||
"name": "@oclif/command", | ||
"description": "oclif base command", | ||
"version": "1.4.2", | ||
"version": "1.4.3", | ||
"author": "Jeff Dickey @jdxcode", | ||
@@ -14,2 +14,3 @@ "bugs": "https://github.com/oclif/command/issues", | ||
"dependencies": { | ||
"@oclif/errors": "^1.0.2", | ||
"@oclif/parser": "^3.2.9", | ||
@@ -19,10 +20,9 @@ "semver": "^5.5.0" | ||
"devDependencies": { | ||
"@oclif/config": "^1.3.57", | ||
"@oclif/errors": "^1.0.2", | ||
"@oclif/plugin-help": "^1.1.5", | ||
"@oclif/plugin-plugins": "^1.0.3", | ||
"@oclif/config": "^1.3.59", | ||
"@oclif/plugin-help": "^1.1.7", | ||
"@oclif/plugin-plugins": "^1.0.7", | ||
"@oclif/tslint": "^1.0.2", | ||
"@types/chai": "^4.1.2", | ||
"@types/mocha": "^2.2.48", | ||
"@types/node": "^9.4.6", | ||
"@types/mocha": "^5.0.0", | ||
"@types/node": "^9.6.0", | ||
"@types/semver": "^5.5.0", | ||
@@ -32,4 +32,4 @@ "chai": "^4.1.2", | ||
"fancy-test": "^1.0.1", | ||
"mocha": "^5.0.1", | ||
"ts-node": "^5.0.0", | ||
"mocha": "^5.0.5", | ||
"ts-node": "^5.0.1", | ||
"tslint": "^5.9.1", | ||
@@ -36,0 +36,0 @@ "typescript": "^2.7.2" |
43999
15
3
+ Added@oclif/errors@^1.0.2