npm-lifecycle
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -5,2 +5,7 @@ # Change Log | ||
<a name="2.0.3"></a> | ||
## [2.0.3](https://github.com/npm/lifecycle/compare/v2.0.2...v2.0.3) (2018-05-16) | ||
<a name="2.0.2"></a> | ||
@@ -7,0 +12,0 @@ ## [2.0.2](https://github.com/npm/lifecycle/compare/v2.0.1...v2.0.2) (2018-05-16) |
@@ -411,4 +411,4 @@ 'use strict' | ||
env[envKey] = env[envKey].indexOf('\n') !== -1 | ||
? JSON.stringify(env[envKey]) | ||
: env[envKey] | ||
? JSON.stringify(env[envKey]) | ||
: env[envKey] | ||
} | ||
@@ -440,4 +440,4 @@ } | ||
value = value.indexOf('\n') !== -1 | ||
? JSON.stringify(value) | ||
: value | ||
? JSON.stringify(value) | ||
: value | ||
i = i.replace(/^_+/, '') | ||
@@ -444,0 +444,0 @@ var k |
{ | ||
"name": "npm-lifecycle", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "JavaScript package lifecycle hook runner", | ||
@@ -42,7 +42,7 @@ "main": "index.js", | ||
"devDependencies": { | ||
"nyc": "^11.1.0", | ||
"nyc": "^11.8.0", | ||
"sinon": "^4.0.1", | ||
"standard": "^10.0.3", | ||
"standard-version": "^4.2.0", | ||
"tap": "^10.7.2", | ||
"standard": "^11.0.1", | ||
"standard-version": "^4.3.0", | ||
"tap": "^11.1.5", | ||
"weallbehave": "^1.2.0", | ||
@@ -49,0 +49,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
32013