@lerna/npm-install
Advanced tools
Comparing version 3.0.0-beta.20 to 3.0.0-beta.21
@@ -6,2 +6,14 @@ # Change Log | ||
<a name="3.0.0-beta.21"></a> | ||
# [3.0.0-beta.21](https://github.com/lerna/lerna/compare/v3.0.0-beta.20...v3.0.0-beta.21) (2018-05-12) | ||
### Bug Fixes | ||
* **child-process:** Prevent duplicate logs when any package-oriented execution fails ([d3a8128](https://github.com/lerna/lerna/commit/d3a8128)) | ||
<a name="3.0.0-beta.20"></a> | ||
@@ -8,0 +20,0 @@ # [3.0.0-beta.20](https://github.com/lerna/lerna/compare/v3.0.0-beta.19...v3.0.0-beta.20) (2018-05-07) |
{ | ||
"name": "@lerna/npm-install", | ||
"version": "3.0.0-beta.20", | ||
"version": "3.0.0-beta.21", | ||
"description": "TODO", | ||
@@ -33,4 +33,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@lerna/child-process": "^3.0.0-beta.20", | ||
"@lerna/get-npm-exec-opts": "^3.0.0-beta.0", | ||
"@lerna/child-process": "^3.0.0-beta.21", | ||
"@lerna/get-npm-exec-opts": "^3.0.0-beta.21", | ||
"fs-extra": "^5.0.0", | ||
@@ -42,3 +42,3 @@ "npm-package-arg": "^6.0.0", | ||
}, | ||
"gitHead": "ca46d62c0db8c289f58a08bcd8447fcfb6b2f92b" | ||
"gitHead": "ce5c4842e5c927beaa13779c6429a8d7c5b5a933" | ||
} |
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
7256