npm-lifecycle
Advanced tools
Comparing version 2.0.3 to 2.1.0
@@ -5,2 +5,17 @@ # Change Log | ||
<a name="2.1.0"></a> | ||
# [2.1.0](https://github.com/npm/lifecycle/compare/v2.0.3...v2.1.0) (2018-08-13) | ||
### Bug Fixes | ||
* **windows:** revert writing all possible cases of PATH variables ([#22](https://github.com/npm/lifecycle/issues/22)) ([8fcaa21](https://github.com/npm/lifecycle/commit/8fcaa21)), closes [#20](https://github.com/npm/lifecycle/issues/20) | ||
### Features | ||
* **ci:** add node@10 to CI ([e206aa0](https://github.com/npm/lifecycle/commit/e206aa0)) | ||
<a name="2.0.3"></a> | ||
@@ -7,0 +22,0 @@ ## [2.0.3](https://github.com/npm/lifecycle/compare/v2.0.2...v2.0.3) (2018-05-16) |
@@ -125,5 +125,2 @@ 'use strict' | ||
env[PATH] = pathArr.join(process.platform === 'win32' ? ';' : ':') | ||
if (process.platform === 'win32') { | ||
env.path = env.PATH = env.Path = env[PATH] | ||
} | ||
@@ -130,0 +127,0 @@ var packageLifecycle = pkg.scripts && pkg.scripts.hasOwnProperty(stage) |
{ | ||
"name": "npm-lifecycle", | ||
"version": "2.0.3", | ||
"version": "2.1.0", | ||
"description": "JavaScript package lifecycle hook runner", | ||
@@ -34,3 +34,3 @@ "main": "index.js", | ||
"graceful-fs": "^4.1.11", | ||
"node-gyp": "^3.6.2", | ||
"node-gyp": "^3.8.0", | ||
"resolve-from": "^4.0.0", | ||
@@ -40,10 +40,10 @@ "slide": "^1.1.6", | ||
"umask": "^1.1.0", | ||
"which": "^1.3.0" | ||
"which": "^1.3.1" | ||
}, | ||
"devDependencies": { | ||
"nyc": "^11.8.0", | ||
"sinon": "^4.0.1", | ||
"nyc": "^12.0.2", | ||
"sinon": "^6.1.5", | ||
"standard": "^11.0.1", | ||
"standard-version": "^4.3.0", | ||
"tap": "^11.1.5", | ||
"standard-version": "^4.4.0", | ||
"tap": "^12.0.1", | ||
"weallbehave": "^1.2.0", | ||
@@ -50,0 +50,0 @@ "weallcontribute": "^1.0.8" |
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
32389
450
Updatednode-gyp@^3.8.0
Updatedwhich@^1.3.1