diff options
author | Ruy Adorno <ruyadorno@hotmail.com> | 2019-11-05 14:55:08 -0500 |
---|---|---|
committer | Rich Trott <rtrott@gmail.com> | 2019-11-09 20:13:43 -0800 |
commit | 4b97c3addb246274cd7e8432edd537e0bdf60b63 (patch) | |
tree | 9f859239c3b38b04ddc58ee736bf6b2caf6008a5 /deps/npm/man/man1/npm-unpublish.1 | |
parent | 5f9794ea9aaaf5597974a65460e1f3069f68475f (diff) | |
download | node-new-4b97c3addb246274cd7e8432edd537e0bdf60b63.tar.gz |
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-unpublish.1')
-rw-r--r-- | deps/npm/man/man1/npm-unpublish.1 | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/deps/npm/man/man1/npm-unpublish.1 b/deps/npm/man/man1/npm-unpublish.1 index 620f02c885..5e2f8dac49 100644 --- a/deps/npm/man/man1/npm-unpublish.1 +++ b/deps/npm/man/man1/npm-unpublish.1 @@ -1,14 +1,15 @@ -.TH "NPM\-UNPUBLISH" "1" "October 2019" "" "" +.TH "NPM\-UNPUBLISH" "" "November 2019" "" "" .SH "NAME" -\fBnpm-unpublish\fR \- Remove a package from the registry -.SH SYNOPSIS +\fBnpm-unpublish\fR +.SH Remove a package from the registry +.SS Synopsis .P .RS 2 .nf npm unpublish [<@scope>/]<pkg>[@<version>] .fi .RE -.SH WARNING +.SS Warning .P \fBIt is generally considered bad behavior to remove versions of a library that others are depending on!\fR @@ -17,7 +18,7 @@ Consider using the \fBdeprecate\fP command instead, if your intent is to encourage users to upgrade\. .P There is plenty of room on the registry\. -.SH DESCRIPTION +.SS Description .P This removes a package version from the registry, deleting its entry and removing the tarball\. @@ -36,19 +37,18 @@ only allowed with versions published in the last 72 hours\. If you are trying to unpublish a version published longer ago than that, contact support@npmjs\.com\|\. .P -The scope is optional and follows the usual rules for npm help 7 \fBnpm\-scope\fP\|\. -.SH SEE ALSO +The scope is optional and follows the usual rules for \fBnpm\-scope\fP \fI/docs/using\-npm/scope\fR\|\. +.SS See Also .RS 0 .IP \(bu 2 -npm help deprecate +npm help npm\-deprecate .IP \(bu 2 -npm help publish +npm help npm\-publish .IP \(bu 2 -npm help 7 registry +npm help registry .IP \(bu 2 -npm help adduser +npm help npm\-adduser .IP \(bu 2 -npm help owner +npm help npm\-owner .RE - |