@lerna/rimraf-dir
Advanced tools
Comparing version 3.0.0-beta.2 to 3.0.0-beta.11
@@ -6,2 +6,11 @@ # Change Log | ||
<a name="3.0.0-beta.11"></a> | ||
# [3.0.0-beta.11](https://github.com/lerna/lerna/compare/v3.0.0-beta.10...v3.0.0-beta.11) (2018-03-29) | ||
**Note:** Version bump only for package @lerna/rimraf-dir | ||
<a name="3.0.0-beta.2"></a> | ||
@@ -13,2 +22,2 @@ # [3.0.0-beta.2](https://github.com/lerna/lerna/compare/v3.0.0-beta.1...v3.0.0-beta.2) (2018-03-10) | ||
* Rename [@lerna](https://github.com/lerna)/fs-utils => [@lerna](https://github.com/lerna)/rimraf-dir ([30451ed](https://github.com/lerna/lerna/commit/30451ed)) | ||
* Rename @lerna/fs-utils => @lerna/rimraf-dir ([30451ed](https://github.com/lerna/lerna/commit/30451ed)) |
{ | ||
"name": "@lerna/rimraf-dir", | ||
"version": "3.0.0-beta.2", | ||
"version": "3.0.0-beta.11", | ||
"description": "Run rimraf on a directory in a subprocess to hack around slowness", | ||
@@ -33,3 +33,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@lerna/child-process": "^3.0.0-beta.0", | ||
"@lerna/child-process": "^3.0.0-beta.11", | ||
"npmlog": "^4.1.2", | ||
@@ -39,3 +39,3 @@ "path-exists": "^3.0.0", | ||
}, | ||
"gitHead": "ca9561a1ffe6292cceaeca30e4f7d5d85757c710" | ||
"gitHead": "197a09d58322e86f589ef7839c2438f830d72476" | ||
} |
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
2933