diff options
author | npm team <ops+robot@npmjs.com> | 2022-02-24 21:41:49 +0000 |
---|---|---|
committer | Luigi Pinca <luigipinca@gmail.com> | 2022-02-26 08:15:26 +0100 |
commit | 1b8300b238923822ea0934b196e3a9e97e0a0893 (patch) | |
tree | 474bd5d5a4ee73358f4feebd433cc3f67d65b6e2 /deps/npm/man/man1/npm-set-script.1 | |
parent | e84b635db49d629f119959c9f0a31762ac22770b (diff) | |
download | node-new-1b8300b238923822ea0934b196e3a9e97e0a0893.tar.gz |
deps: upgrade npm to 8.5.2
PR-URL: https://github.com/nodejs/node/pull/42122
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Mestery <mestery@protonmail.com>
Reviewed-By: Danielle Adams <adamzdanielle@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Diffstat (limited to 'deps/npm/man/man1/npm-set-script.1')
-rw-r--r-- | deps/npm/man/man1/npm-set-script.1 | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/deps/npm/man/man1/npm-set-script.1 b/deps/npm/man/man1/npm-set-script.1 index 4ea8ba31c6..29e27f985f 100644 --- a/deps/npm/man/man1/npm-set-script.1 +++ b/deps/npm/man/man1/npm-set-script.1 @@ -30,9 +30,6 @@ npm set\-script [<script>] [<command>] .fi .RE .SS Configuration -<!\-\- AUTOGENERATED CONFIG DESCRIPTIONS START \-\-> -<!\-\- automatically generated, do not edit manually \-\-> -<!\-\- see lib/utils/config/definitions\.js \-\-> .SS \fBworkspace\fP .RS 0 .IP \(bu 2 @@ -63,9 +60,6 @@ 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\. -<!\-\- automatically generated, do not edit manually \-\-> -<!\-\- see lib/utils/config/definitions\.js \-\-> - .SS \fBworkspaces\fP .RS 0 .IP \(bu 2 @@ -90,9 +84,6 @@ other things (test, exec, publish, etc\.) will operate on the root project, .RE .P This value is not exported to the environment for child processes\. -<!\-\- automatically generated, do not edit manually \-\-> -<!\-\- see lib/utils/config/definitions\.js \-\-> - .SS \fBinclude\-workspace\-root\fP .RS 0 .IP \(bu 2 @@ -107,11 +98,6 @@ Include the workspace root when workspaces are enabled for a command\. When false, specifying individual workspaces via the \fBworkspace\fP config, or all workspaces via the \fBworkspaces\fP flag, will cause npm to operate only on the specified workspaces, and not on the root project\. -<!\-\- automatically generated, do not edit manually \-\-> -<!\-\- see lib/utils/config/definitions\.js \-\-> - -<!\-\- AUTOGENERATED CONFIG DESCRIPTIONS END \-\-> - .SS See Also .RS 0 .IP \(bu 2 |