Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/man/man7/developers.7')
-rw-r--r--deps/npm/man/man7/developers.76
1 files changed, 3 insertions, 3 deletions
diff --git a/deps/npm/man/man7/developers.7 b/deps/npm/man/man7/developers.7
index ba421431aec..20a069f219c 100644
--- a/deps/npm/man/man7/developers.7
+++ b/deps/npm/man/man7/developers.7
@@ -1,4 +1,4 @@
-.TH "DEVELOPERS" "7" "February 2021" "" ""
+.TH "DEVELOPERS" "7" "March 2021" "" ""
.SH "NAME"
\fBdevelopers\fR \- Developer Guide
.SS Description
@@ -98,7 +98,7 @@ full of man pages, they'll get installed just like these ones\.
You can use \fBnpm init\fP in the root of your package in order to get you
started with a pretty basic package\.json file\. See npm help \fBnpm
init\fP for more info\.
-.SS Keeping files \fIout\fR of your package
+.SS Keeping files \fIout\fR of your Package
.P
Use a \fB\|\.npmignore\fP file to keep stuff out of your package\. If there's no
\fB\|\.npmignore\fP file, but there \fIis\fR a \fB\|\.gitignore\fP file, then npm will ignore
@@ -244,7 +244,7 @@ npm adduser
and then follow the prompts\.
.P
This is documented better in npm help adduser\.
-.SS Publish your package
+.SS Publish your Package
.P
This part's easy\. In the root of your folder, do this:
.P