diff options
Diffstat (limited to 'deps/npm/man/man3/npm-outdated.3')
-rw-r--r-- | deps/npm/man/man3/npm-outdated.3 | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/deps/npm/man/man3/npm-outdated.3 b/deps/npm/man/man3/npm-outdated.3 new file mode 100644 index 000000000..41638a32b --- /dev/null +++ b/deps/npm/man/man3/npm-outdated.3 @@ -0,0 +1,21 @@ +.\" Generated with Ronnjs 0.3.8 +.\" http://github.com/kapouer/ronnjs/ +. +.TH "NPM\-OUTDATED" "3" "July 2013" "" "" +. +.SH "NAME" +\fBnpm-outdated\fR \-\- Check for outdated packages +. +.SH "SYNOPSIS" +. +.nf +npm\.commands\.outdated([packages,] callback) +. +.fi +. +.SH "DESCRIPTION" +This command will check the registry to see if the specified packages are +currently outdated\. +. +.P +If the \'packages\' parameter is left out, npm will check all packages\. |