1.0.1 • Published 6 years ago

fix-package-lock v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

fix-package-lock

Fix package-lock.json by regenerating it

Getting Started

Prerequisites

Tested on Node v9 with npm 5.

Installing

Installing fix-package-lock globally will install the fix-package-lock command:

# Using npm
npm install -g fix-package-lock
# Using Yarn
yarn global add fix-package-lock

Run using:

fix-package-lock

fix-package-lock can also be run using npx:

npx fix-package-lock

Built With

  • execa - A better child_process
  • Listr - Terminal task list
  • rimraf - To delete things

Versioning

We use SemVer for versioning.

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments