We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 809e46b commit cb1b4bfCopy full SHA for cb1b4bf
README.md
@@ -37,11 +37,11 @@ The plugin can be installed by the following command:
37
38
Once installed, the plugin may be loaded from within your gruntfile:
39
40
-<code>grunt.loadNpmTasks( "npm-outdateds" );</code>
+<code>grunt.loadNpmTasks( "grunt-check-outdated" );</code>
41
42
Setup the task configuration as described below (see usage) and run the task:
43
44
-<code>grunt npm-outdated</code>
+<code>grunt check_outdated</code>
45
46
Of cause, the task can be integrated into any complex build process.
47
0 commit comments