0.2.1 • Published 7 years ago

check-yarn-lock v0.2.1

Weekly downloads
701
License
MIT
Repository
github
Last release
7 years ago

Enforce committing yarn.lock when changing dependencies

This executable is meant to be executed as a git pre-commit hook for npm projects using yarn.

Whenever changes are made to one of package.json's dependency properties, if no change is staged in yarn.lock as well, this program emits an error message.

Usage

To use a commit hook, add an execution check-yarn-lock to your repository's pre-commit hook. This can be made easier using husky.

0.2.1

7 years ago

0.2.0

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago