1.0.1 • Published 5 years ago
package-json-refresher v1.0.1
package.json Refresher
Easy to refresh your package.json. It does the following;
- Delete "node_modules" and "package-lock.json".
- Back up "package.json" in case something goes wrong.
- Deletes and reinstall "dependencies" and "devDependencies".
Install
npm i package-json-refresher -g
Usage
cd path/to/where/package.json/is
refresh-package-json