Fix package-lock.json by regenerating it
Tested on Node v9 with npm 5.
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
We use SemVer for versioning.
- Hugo Di Francesco - HugoDF
This project is licensed under the MIT License - see the LICENSE file for details
- Sindre Sorhus for the CLI app inspiration (and execa)
- Sam Verschueren for Listr