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?
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?
to update only, just run npm update <package name>
- so npm update grunt-jscs-checker
in your case.