0

Is this possible? For example I would like to update grunt-jscs-checker from version 0.4.1 to latest.

Answer to update all: How do I update devDependencies in NPM?

Community
  • 1
  • 1
Operator
  • 504
  • 8
  • 17

1 Answers1

1

to update only, just run npm update <package name> - so npm update grunt-jscs-checker in your case.

Xavier Priour
  • 2,121
  • 1
  • 12
  • 16