@lerna/describe-ref
Advanced tools
Comparing version 3.11.0 to 3.13.0
@@ -6,2 +6,13 @@ # 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)) | ||
# [3.11.0](https://github.com/lerna/lerna/compare/v3.10.8...v3.11.0) (2019-02-08) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@lerna/describe-ref", | ||
"version": "3.11.0", | ||
"version": "3.13.0", | ||
"description": "Parse git describe output for lerna-related tags", | ||
@@ -26,3 +26,4 @@ "keywords": [ | ||
"type": "git", | ||
"url": "git+https://github.com/lerna/lerna.git" | ||
"url": "git+https://github.com/lerna/lerna.git", | ||
"directory": "utils/describe-ref" | ||
}, | ||
@@ -33,6 +34,6 @@ "scripts": { | ||
"dependencies": { | ||
"@lerna/child-process": "3.3.0", | ||
"@lerna/child-process": "3.13.0", | ||
"npmlog": "^4.1.2" | ||
}, | ||
"gitHead": "45a05acf2d52a46f553fc1efadf9a32312aca82b" | ||
"gitHead": "9a47201f3fdd1df09cfb1922f26329d1dc4c8cc5" | ||
} |
@@ -29,2 +29,4 @@ # `@lerna/describe-ref` | ||
Install [lerna](https://www.npmjs.com/package/lerna) for access to the `lerna` CLI. | ||
[git describe]: https://git-scm.com/docs/git-describe |
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
7447
32
+ Added@lerna/child-process@3.13.0(transitive)
- Removed@lerna/child-process@3.3.0(transitive)
Updated@lerna/child-process@3.13.0