@loopback/dist-util
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -6,2 +6,10 @@ # Change Log | ||
<a name="0.3.1"></a> | ||
## [0.3.1](https://github.com/strongloop/loopback-next/compare/@loopback/dist-util@0.3.0...@loopback/dist-util@0.3.1) (2018-05-08) | ||
**Note:** Version bump only for package @loopback/dist-util | ||
<a name="0.3.0"></a> | ||
@@ -8,0 +16,0 @@ # 0.3.0 (2018-05-03) |
@@ -15,3 +15,4 @@ // 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.x or newer.', | ||
); | ||
} | ||
@@ -18,0 +19,0 @@ return nodeMajorVersion >= 10 ? './dist10' : './dist8'; |
{ | ||
"name": "@loopback/dist-util", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Select dist directory based on Node.js major version.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/strongloop/loopback-next/tree/master/packages/dist-select", |
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
4375
21