0.0.2 ā€¢ Published 4 years ago

canadyarn v0.0.2

Weekly downloads
81
License
MIT
Repository
github
Last release
4 years ago

canadyarn

npm-badge license-badge jw-badge

šŸ Check specific packages to have a single resolved version in yarn.lock

Installation

  1. Install canadyarn.

    $ yarn add --dev canadyarn
  1. Add the key "checkSingleVersionDependencies" to package.json file, specify the names of packages to check as a string array, and add canadyarn as a runnable script.

    Example:

    {
        "checkSingleVersionDependencies": [
            "react",
            "react-native",
            "typescript"
        ],
        "scripts": {
            "canadyarn": "canadyarn"
        }
    }
  1. Run canadyarn.

    $ yarn run canadyarn
0.0.2

4 years ago

0.0.1

4 years ago