@oclif/command
Advanced tools
Comparing version 1.4.29 to 1.4.30
@@ -0,1 +1,9 @@ | ||
<a name="1.4.30"></a> | ||
## [1.4.30](https://github.com/oclif/command/compare/v1.4.29...v1.4.30) (2018-05-15) | ||
### Bug Fixes | ||
* use node 8 compatible syntax ([085369c](https://github.com/oclif/command/commit/085369c)) | ||
<a name="1.4.29"></a> | ||
@@ -2,0 +10,0 @@ ## [1.4.29](https://github.com/oclif/command/compare/v1.4.28...v1.4.29) (2018-05-13) |
@@ -5,3 +5,3 @@ module.exports = async () => { | ||
await ux.flush() | ||
} catch {} | ||
} catch (err) {} | ||
} |
{ | ||
"name": "@oclif/command", | ||
"description": "oclif base command", | ||
"version": "1.4.29", | ||
"version": "1.4.30", | ||
"author": "Jeff Dickey @jdxcode", | ||
@@ -6,0 +6,0 @@ "bugs": "https://github.com/oclif/command/issues", |
49567