@loopback/dist-util
Advanced tools
Comparing version 0.3.5 to 0.3.6
@@ -6,2 +6,10 @@ # Change Log | ||
<a name="0.3.6"></a> | ||
## [0.3.6](https://github.com/strongloop/loopback-next/compare/@loopback/dist-util@0.3.5...@loopback/dist-util@0.3.6) (2018-08-08) | ||
**Note:** Version bump only for package @loopback/dist-util | ||
<a name="0.3.5"></a> | ||
@@ -8,0 +16,0 @@ ## [0.3.5](https://github.com/strongloop/loopback-next/compare/@loopback/dist-util@0.3.4...@loopback/dist-util@0.3.5) (2018-07-21) |
@@ -15,3 +15,3 @@ // Copyright IBM Corp. 2018. All Rights Reserved. | ||
`Node.js version ${process.versions.node} is not supported.` + | ||
'Please use Node.js 8.x or newer.', | ||
'Please use Node.js 8.9 or newer.', | ||
); | ||
@@ -18,0 +18,0 @@ } |
{ | ||
"name": "@loopback/dist-util", | ||
"version": "0.3.5", | ||
"version": "0.3.6", | ||
"description": "Select dist directory based on Node.js major version.", | ||
@@ -10,3 +10,3 @@ "homepage": "https://github.com/strongloop/loopback-next/tree/master/packages/dist-select", | ||
"engines": { | ||
"node": ">=8" | ||
"node": ">=8.9" | ||
}, | ||
@@ -13,0 +13,0 @@ "files": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5567