fix-local-dependencies

1.3.1 • Public • Published

fix-local-dependencies

Scans your package.json for dependencies marked as from the local file system (e.g. ../../lib/mylib), removes them, and updates them.

Usage

npx fix-local-dependencies
# Get a cup of coffee

Use Case

If you are trying to maintain your yarn.lock or package.lock files, you may find they repeatedly get out of synch with often-updated local depedencies in a monorepo. This tool cleans up on the local dependencies so you don't have to blow away the lock file to work with them.

Package Sidebar

Install

npm i fix-local-dependencies

Weekly Downloads

2

Version

1.3.1

License

MIT

Unpacked Size

5.05 kB

Total Files

6

Last publish

Collaborators

  • raydeck