@lerna/project
Advanced tools
Comparing version 3.0.0-beta.12 to 3.0.0-beta.15
@@ -6,2 +6,14 @@ # Change Log | ||
<a name="3.0.0-beta.15"></a> | ||
# [3.0.0-beta.15](https://github.com/lerna/lerna/compare/v3.0.0-beta.14...v3.0.0-beta.15) (2018-04-09) | ||
### Bug Fixes | ||
* **project:** Pin --exact require-from-string v2.0.1 to avoid integrity error with v2.0.2 ([32a38ad](https://github.com/lerna/lerna/commit/32a38ad)) | ||
<a name="3.0.0-beta.12"></a> | ||
@@ -8,0 +20,0 @@ # [3.0.0-beta.12](https://github.com/lerna/lerna/compare/v3.0.0-beta.11...v3.0.0-beta.12) (2018-03-30) |
{ | ||
"name": "@lerna/project", | ||
"version": "3.0.0-beta.12", | ||
"version": "3.0.0-beta.15", | ||
"description": "Lerna project configuration", | ||
@@ -41,6 +41,7 @@ "keywords": [ | ||
"npmlog": "^4.1.2", | ||
"require-from-string": "2.0.1", | ||
"resolve-from": "^4.0.0", | ||
"write-json-file": "^2.3.0" | ||
}, | ||
"gitHead": "05dce5c0e4bca8dc894a99ed28337c85c211b37c" | ||
"gitHead": "f7a8e7bc271a5966035a5cbe3bf0eee556c8053a" | ||
} |
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
10047
10
+ Addedrequire-from-string@2.0.1
+ Addedrequire-from-string@2.0.1(transitive)
- Removedrequire-from-string@2.0.2(transitive)