diff options
Diffstat (limited to 'deps/npm/man/man1/npm-outdated.1')
-rw-r--r-- | deps/npm/man/man1/npm-outdated.1 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/deps/npm/man/man1/npm-outdated.1 b/deps/npm/man/man1/npm-outdated.1 index e102fa1b7..5892da99a 100644 --- a/deps/npm/man/man1/npm-outdated.1 +++ b/deps/npm/man/man1/npm-outdated.1 @@ -1,7 +1,7 @@ .\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . -.TH "NPM\-OUTDATED" "1" "September 2013" "" "" +.TH "NPM\-OUTDATED" "1" "October 2013" "" "" . .SH "NAME" \fBnpm-outdated\fR \-\- Check for outdated packages @@ -17,6 +17,11 @@ npm outdated [<name> [<name> \.\.\.]] This command will check the registry to see if any (or, specific) installed packages are currently outdated\. . +.P +The resulting field \'wanted\' shows the latest version according to the +version specified in the package\.json, the field \'latest\' the very latest +version of the package\. +. .SH "SEE ALSO" . .IP "\(bu" 4 |