summaryrefslogtreecommitdiff
path: root/deps/npm/man/man1/npm-prefix.1
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/man/man1/npm-prefix.1')
-rw-r--r--deps/npm/man/man1/npm-prefix.15
1 files changed, 3 insertions, 2 deletions
diff --git a/deps/npm/man/man1/npm-prefix.1 b/deps/npm/man/man1/npm-prefix.1
index e26ab20c5d..372647ecaa 100644
--- a/deps/npm/man/man1/npm-prefix.1
+++ b/deps/npm/man/man1/npm-prefix.1
@@ -1,4 +1,4 @@
-.TH "NPM\-PREFIX" "1" "December 2018" "" ""
+.TH "NPM\-PREFIX" "1" "January 2019" "" ""
.SH "NAME"
\fBnpm-prefix\fR \- Display prefix
.SH SYNOPSIS
@@ -11,7 +11,8 @@ npm prefix [\-g]
.SH DESCRIPTION
.P
Print the local prefix to standard out\. This is the closest parent directory
-to contain a package\.json file unless \fB\-g\fP is also specified\.
+to contain a \fBpackage\.json\fP file or \fBnode_modules\fP directory, unless \fB\-g\fP is
+also specified\.
.P
If \fB\-g\fP is specified, this will be the value of the global prefix\. See
npm help 7 \fBnpm\-config\fP for more detail\.