0.1.4 • Published 4 years ago

yarn-lazy-lock v0.1.4

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

Yarn Lazy Lock

As opposed to npm install, yarn always try to get the latest versions if it's not locked down in the yarn.lock file. This tool updates the lock file to lock versions mentionned in the package.json file if the installed version are good enough.

This should make the follow up yarn command faster as it won't try to update those packages.

The tool also outputs the package that would still need to be installed or updated because they are not installed or their version do not match.

Installation

npm -g i yarn-lazy-lock

Usage

Run the tool in your folder containing package.json and yarn.lock:

yarn-lazy-lock
0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

5 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago