Skip to content

Instantly share code, notes, and snippets.

@juliandescottes
Created June 2, 2015 07:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juliandescottes/98ca63cd76fcb3de877d to your computer and use it in GitHub Desktop.
Save juliandescottes/98ca63cd76fcb3de877d to your computer and use it in GitHub Desktop.
NPM Dependency update flow
List
- run "npm outdated"
Update
- replace versions in package.json by '*'
- run "npm update --save"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment