summaryrefslogtreecommitdiff
path: root/deps/npm/man/man1/npm-deprecate.1
diff options
context:
space:
mode:
authorRuy Adorno <ruyadorno@hotmail.com>2019-11-05 14:55:08 -0500
committerRich Trott <rtrott@gmail.com>2019-11-09 20:13:43 -0800
commit4b97c3addb246274cd7e8432edd537e0bdf60b63 (patch)
tree9f859239c3b38b04ddc58ee736bf6b2caf6008a5 /deps/npm/man/man1/npm-deprecate.1
parent5f9794ea9aaaf5597974a65460e1f3069f68475f (diff)
downloadandroid-node-v8-4b97c3addb246274cd7e8432edd537e0bdf60b63.tar.gz
android-node-v8-4b97c3addb246274cd7e8432edd537e0bdf60b63.tar.bz2
android-node-v8-4b97c3addb246274cd7e8432edd537e0bdf60b63.zip
deps: update npm to 6.13.0
PR-URL: https://github.com/nodejs/node/pull/30271 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Diffstat (limited to 'deps/npm/man/man1/npm-deprecate.1')
-rw-r--r--deps/npm/man/man1/npm-deprecate.116
1 files changed, 8 insertions, 8 deletions
diff --git a/deps/npm/man/man1/npm-deprecate.1 b/deps/npm/man/man1/npm-deprecate.1
index 9fd7e1582c..b010c33447 100644
--- a/deps/npm/man/man1/npm-deprecate.1
+++ b/deps/npm/man/man1/npm-deprecate.1
@@ -1,14 +1,15 @@
-.TH "NPM\-DEPRECATE" "1" "October 2019" "" ""
+.TH "NPM\-DEPRECATE" "" "November 2019" "" ""
.SH "NAME"
-\fBnpm-deprecate\fR \- Deprecate a version of a package
-.SH SYNOPSIS
+\fBnpm-deprecate\fR
+.SH Deprecate a version of a package
+.SS Synopsis
.P
.RS 2
.nf
npm deprecate <pkg>[@<version>] <message>
.fi
.RE
-.SH DESCRIPTION
+.SS Description
.P
This command will update the npm registry entry for a package, providing
a deprecation warning to all who attempt to install it\.
@@ -28,12 +29,11 @@ Note that you must be the package owner to deprecate something\. See the
To un\-deprecate a package, specify an empty string (\fB""\fP) for the \fBmessage\fP
argument\. Note that you must use double quotes with no space between them to
format an empty string\.
-.SH SEE ALSO
+.SS See Also
.RS 0
.IP \(bu 2
-npm help publish
+npm help npm\-publish
.IP \(bu 2
-npm help 7 registry
+npm help registry
.RE
-