4.0.2 • Published 3 years ago
yarn-deduplicate-cli v4.0.2
Yarn deduplicate CLI
Bundled package of yarn-deduplicate CLI with some patches;
To clean up yarn.lock by removing duplicates.
Patches
- Bundle
yarn-deduplicateCLI withwebpackandbabelfor Node 6 compatibility - Now we can guess duplicatable packages with
--scopesoption special values: '^', '~', and '*'
Usage
Guess duplicatable packages with:
yarn-deduplicate -l --scopes "^" path/to/yarn.lockThis will list all duplicatable packages then we can deduplicate them manually.
License
Apache 2.0 licensed, see LICENSE.txt file.