create-hops-app
Advanced tools
Comparing version
@@ -6,2 +6,13 @@ # Change Log | ||
# [14.3.0](https://github.com/xing/hops/compare/v14.2.1...v14.3.0) (2021-07-27) | ||
### Bug Fixes | ||
* **create-hops-app:** remove intermediary hack ([4363e09](https://github.com/xing/hops/commit/4363e09da43b6d9ea20969f633a0c192be4804a1)) | ||
## [14.2.1](https://github.com/xing/hops/compare/v14.2.0...v14.2.1) (2021-06-22) | ||
@@ -8,0 +19,0 @@ |
@@ -40,6 +40,2 @@ 'use strict'; | ||
} | ||
// TODO: remove this after PR #1878 has been released | ||
if (process.version.startsWith('v16')) { | ||
command.push('--ignore-engines'); | ||
} | ||
} else { | ||
@@ -46,0 +42,0 @@ command = |
{ | ||
"name": "create-hops-app", | ||
"version": "14.2.1", | ||
"version": "14.3.0", | ||
"description": "CLI tool to create Hops applications", | ||
@@ -31,3 +31,3 @@ "keywords": [ | ||
"homepage": "https://github.com/xing/hops/tree/master/packages/create-hops-app#readme", | ||
"gitHead": "5f5ffb5c6e7a3d547b3130958ac8c3ce62a74a61" | ||
"gitHead": "4ed72981a648da2d6203c8ee8e14dc152afe7626" | ||
} |
16043
0.57%304
-1.3%