@lerna/symlink-dependencies
Advanced tools
Comparing version 3.0.0-beta.17 to 3.0.0-rc.0
@@ -6,2 +6,14 @@ # Change Log | ||
<a name="3.0.0-rc.0"></a> | ||
# [3.0.0-rc.0](https://github.com/lerna/lerna/compare/v3.0.0-beta.21...v3.0.0-rc.0) (2018-07-27) | ||
### Features | ||
* Upgrade to fs-extra 6 ([079d873](https://github.com/lerna/lerna/commit/079d873)) | ||
<a name="3.0.0-beta.17"></a> | ||
@@ -8,0 +20,0 @@ # [3.0.0-beta.17](https://github.com/lerna/lerna/compare/v3.0.0-beta.16...v3.0.0-beta.17) (2018-04-13) |
{ | ||
"name": "@lerna/symlink-dependencies", | ||
"version": "3.0.0-beta.17", | ||
"description": "TODO", | ||
"version": "3.0.0-rc.0", | ||
"description": "Lerna's internal symlinking tool", | ||
"keywords": [ | ||
@@ -33,6 +33,6 @@ "lerna", | ||
"dependencies": { | ||
"@lerna/create-symlink": "^3.0.0-beta.0", | ||
"@lerna/resolve-symlink": "^3.0.0-beta.0", | ||
"@lerna/symlink-binary": "^3.0.0-beta.17", | ||
"fs-extra": "^5.0.0", | ||
"@lerna/create-symlink": "^3.0.0-rc.0", | ||
"@lerna/resolve-symlink": "^3.0.0-rc.0", | ||
"@lerna/symlink-binary": "^3.0.0-rc.0", | ||
"fs-extra": "^6.0.1", | ||
"p-finally": "^1.0.0", | ||
@@ -42,3 +42,3 @@ "p-map": "^1.2.0", | ||
}, | ||
"gitHead": "5e462676b3793b8d4981fc7f8b81af2fc839adf7" | ||
"gitHead": "1ab24c152d3ff5c2b9453bcaafeb4b5e432b2410" | ||
} |
# `@lerna/symlink-dependencies` | ||
> description TODO | ||
> Lerna's internal symlinking tool | ||
## Usage | ||
TODO | ||
You probably shouldn't, at least directly. | ||
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
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
7024
5
10
+ Addedfs-extra@6.0.1(transitive)
- Removedfs-extra@5.0.0(transitive)
Updatedfs-extra@^6.0.1