From 248f4c376444d0202f1d08f039c59485d6aea2e9 Mon Sep 17 00:00:00 2001 From: npm team Date: Thu, 19 Aug 2021 17:47:33 +0000 Subject: deps: upgrade npm to 7.21.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/39813 Reviewed-By: Luigi Pinca Reviewed-By: Myles Borins Reviewed-By: Tobias Nießen Reviewed-By: Rich Trott --- deps/npm/man/man1/npm-unpublish.1 | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'deps/npm/man/man1/npm-unpublish.1') diff --git a/deps/npm/man/man1/npm-unpublish.1 b/deps/npm/man/man1/npm-unpublish.1 index 50b4bd5e3b..81d1e39733 100644 --- a/deps/npm/man/man1/npm-unpublish.1 +++ b/deps/npm/man/man1/npm-unpublish.1 @@ -1,4 +1,4 @@ -.TH "NPM\-UNPUBLISH" "1" "July 2021" "" "" +.TH "NPM\-UNPUBLISH" "1" "August 2021" "" "" .SH "NAME" \fBnpm-unpublish\fR \- Remove a package from the registry .SS Synopsis @@ -44,6 +44,7 @@ passed\. .SS Configuration + .SS \fBdry\-run\fP .RS 0 .IP \(bu 2 @@ -60,6 +61,9 @@ commands that modify your local installation, eg, \fBinstall\fP, \fBupdate\fP, .P Note: This is NOT honored by other network related commands, eg \fBdist\-tags\fP, \fBowner\fP, etc\. + + + .SS \fBforce\fP .RS 0 .IP \(bu 2 @@ -100,6 +104,9 @@ Allow clobbering existing values in \fBnpm pkg\fP .P If you don't have a clear idea of what you want to do, it is strongly recommended that you do not use this option! + + + .SS \fBworkspace\fP .RS 0 .IP \(bu 2 @@ -130,6 +137,9 @@ workspace which does not yet exist, to create the folder and set it up as a brand new workspace within the project\. .P This value is not exported to the environment for child processes\. + + + .SS \fBworkspaces\fP .RS 0 .IP \(bu 2 @@ -143,6 +153,9 @@ Enable running a command in the context of \fBall\fR the configured workspaces\. .P This value is not exported to the environment for child processes\. + + + .SS See Also -- cgit v1.2.1