1.1.0 • Published 4 years ago

update-package-lock v1.1.0

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

update-package-lock

CLI tool that updates a package lock.

npm install -g update-package-lock

Apparently this is tricky enough to require a module since non of the npm flags seem to work across configs ¯\(ツ)

Usage

cd my-project
update-package-lock

(Works by tmp copying your npmrc config into the folder and editing the package-lock flag to true)

License

MIT