Skip to content

Latest commit

 

History

History
56 lines (35 loc) · 1.12 KB

README.md

File metadata and controls

56 lines (35 loc) · 1.12 KB

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