Last active
August 8, 2018 19:07
-
-
Save tiagones/5329a3478ec3efe81dda7011fca4681b to your computer and use it in GitHub Desktop.
Update each dependency in package.json (npm, grunt, gulp, ...)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
npm i -g npm-check-updates | |
ncu | |
ncu -u # to upgrade package.json | |
npm install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment