@oclif/command
Advanced tools
Comparing version 1.4.0 to 1.4.1
@@ -0,1 +1,9 @@ | ||
<a name="1.4.1"></a> | ||
## [1.4.1](https://github.com/oclif/command/compare/0651ef054e01f9eb6e54cfff598d8b126f8aefe5...v1.4.1) (2018-02-28) | ||
### Bug Fixes | ||
* fixed return value ([15212c3](https://github.com/oclif/command/commit/15212c3)) | ||
<a name="1.4.0"></a> | ||
@@ -2,0 +10,0 @@ # [1.4.0](https://github.com/oclif/command/compare/785f4f485397ee5485e391c3ac4342959c140dcc...v1.4.0) (2018-02-28) |
@@ -123,4 +123,4 @@ "use strict"; | ||
let cmd = new this(argv, config); | ||
await cmd._run(argv); | ||
return cmd._run(argv); | ||
}; | ||
exports.default = Command; |
{ | ||
"name": "@oclif/command", | ||
"description": "oclif base command", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"author": "Jeff Dickey @jdxcode", | ||
@@ -20,4 +20,4 @@ "bugs": "https://github.com/oclif/command/issues", | ||
"@oclif/errors": "^1.0.2", | ||
"@oclif/plugin-help": "^1.1.3", | ||
"@oclif/plugin-plugins": "^1.0.1", | ||
"@oclif/plugin-help": "^1.1.5", | ||
"@oclif/plugin-plugins": "^1.0.3", | ||
"@oclif/tslint": "^1.0.2", | ||
@@ -24,0 +24,0 @@ "@types/chai": "^4.1.2", |
43474