summaryrefslogtreecommitdiff
path: root/deps/npm/man/man1/npm-outdated.1
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/man/man1/npm-outdated.1')
-rw-r--r--deps/npm/man/man1/npm-outdated.14
1 files changed, 3 insertions, 1 deletions
diff --git a/deps/npm/man/man1/npm-outdated.1 b/deps/npm/man/man1/npm-outdated.1
index 0da04eec2a..b75b87759d 100644
--- a/deps/npm/man/man1/npm-outdated.1
+++ b/deps/npm/man/man1/npm-outdated.1
@@ -1,4 +1,4 @@
-.TH "NPM\-OUTDATED" "1" "August 2018" "" ""
+.TH "NPM\-OUTDATED" "1" "November 2018" "" ""
.SH "NAME"
\fBnpm-outdated\fR \- Check for outdated packages
.SH SYNOPSIS
@@ -35,6 +35,8 @@ always be seeing only top\-level dependencies that are outdated\.
a \fBdependency\fP or a \fBdevDependency\fP\|\. Packages not included in \fBpackage\.json\fP
are always marked \fBdependencies\fP\|\.
.IP \(bu 2
+\fBhomepage\fP (when using \fB\-\-long\fP / \fB\-l\fP) is the \fBhomepage\fP value contained in the package's \fBpackage\.json\fP
+.IP \(bu 2
Red means there's a newer version matching your semver requirements, so you should update now\.
.IP \(bu 2
Yellow indicates that there's a newer version above your semver requirements (usually new major, or new 0\.x minor) so proceed with caution\.