summaryrefslogtreecommitdiff
path: root/deps/npm/man/man1/npm-explore.1
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/man/man1/npm-explore.1')
-rw-r--r--deps/npm/man/man1/npm-explore.124
1 files changed, 12 insertions, 12 deletions
diff --git a/deps/npm/man/man1/npm-explore.1 b/deps/npm/man/man1/npm-explore.1
index fed639636e..fa352a8ac4 100644
--- a/deps/npm/man/man1/npm-explore.1
+++ b/deps/npm/man/man1/npm-explore.1
@@ -1,14 +1,15 @@
-.TH "NPM\-EXPLORE" "1" "October 2019" "" ""
+.TH "NPM\-EXPLORE" "" "November 2019" "" ""
.SH "NAME"
-\fBnpm-explore\fR \- Browse an installed package
-.SH SYNOPSIS
+\fBnpm-explore\fR
+.SH description: Browse an installed package
+.SS Synopsis
.P
.RS 2
.nf
npm explore <pkg> [ \-\- <command>]
.fi
.RE
-.SH DESCRIPTION
+.SS Description
.P
Spawn a subshell in the directory of the installed package specified\.
.P
@@ -26,7 +27,7 @@ npm explore some\-dependency \-\- git pull origin master
.P
Note that the package is \fInot\fR automatically rebuilt afterwards, so be
sure to use \fBnpm rebuild <pkg>\fP if you make any changes\.
-.SH CONFIGURATION
+.SS Configuration
.SS shell
.RS 0
.IP \(bu 2
@@ -38,18 +39,17 @@ Type: path
.RE
.P
The shell to run for the \fBnpm explore\fP command\.
-.SH SEE ALSO
+.SS See Also
.RS 0
.IP \(bu 2
-npm help 5 folders
+npm help folders
.IP \(bu 2
-npm help edit
+npm help npm\-edit
.IP \(bu 2
-npm help rebuild
+npm help npm\-rebuild
.IP \(bu 2
-npm help build
+npm help npm\-build
.IP \(bu 2
-npm help install
+npm help npm\-install
.RE
-