@lerna/rimraf-dir
Advanced tools
Comparing version 3.11.0 to 3.13.0
@@ -6,2 +6,14 @@ # Change Log | ||
# [3.13.0](https://github.com/lerna/lerna/compare/v3.12.1...v3.13.0) (2019-02-15) | ||
### Features | ||
* **meta:** Add `repository.directory` field to package.json ([aec5023](https://github.com/lerna/lerna/commit/aec5023)) | ||
* **meta:** Normalize package.json `homepage` field ([abeb4dc](https://github.com/lerna/lerna/commit/abeb4dc)) | ||
# [3.11.0](https://github.com/lerna/lerna/compare/v3.10.8...v3.11.0) (2019-02-08) | ||
@@ -8,0 +20,0 @@ |
{ | ||
"name": "@lerna/rimraf-dir", | ||
"version": "3.11.0", | ||
"version": "3.13.0", | ||
"description": "Run rimraf on a directory in a subprocess to hack around slowness", | ||
@@ -9,3 +9,3 @@ "keywords": [ | ||
], | ||
"homepage": "https://github.com/lerna/lerna", | ||
"homepage": "https://github.com/lerna/lerna/tree/master/utils/rimraf-dir#readme", | ||
"license": "MIT", | ||
@@ -28,3 +28,4 @@ "author": { | ||
"type": "git", | ||
"url": "git+https://github.com/lerna/lerna.git" | ||
"url": "git+https://github.com/lerna/lerna.git", | ||
"directory": "utils/rimraf-dir" | ||
}, | ||
@@ -35,3 +36,3 @@ "scripts": { | ||
"dependencies": { | ||
"@lerna/child-process": "3.3.0", | ||
"@lerna/child-process": "3.13.0", | ||
"npmlog": "^4.1.2", | ||
@@ -41,3 +42,3 @@ "path-exists": "^3.0.0", | ||
}, | ||
"gitHead": "45a05acf2d52a46f553fc1efadf9a32312aca82b" | ||
"gitHead": "9a47201f3fdd1df09cfb1922f26329d1dc4c8cc5" | ||
} |
@@ -14,1 +14,3 @@ # `@lerna/rimraf-dir` | ||
``` | ||
Install [lerna](https://www.npmjs.com/package/lerna) for access to the `lerna` CLI. |
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
No website
QualityPackage does not have a website.
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
6520
16
1
+ Added@lerna/child-process@3.13.0(transitive)
- Removed@lerna/child-process@3.3.0(transitive)
Updated@lerna/child-process@3.13.0