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

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGar <gar+gh@danger.computer>2022-05-04 02:43:44 +0300
committerGitHub <noreply@github.com>2022-05-04 02:43:44 +0300
commit8fd7eec8ef76224dd8a9874a1044a0cc8f5e1c49 (patch)
tree2e75c06e522e22c4db4fe15e5d4a69537d2a312f /tap-snapshots/test
parent29d301a3717e89ede6fd3e35019e5dd81c519ac3 (diff)
docs: remove incorrect v6 auto prune info (#4845)
As of npm@7, extraneous modules are always auto pruned
Diffstat (limited to 'tap-snapshots/test')
-rw-r--r--tap-snapshots/test/lib/utils/config/definitions.js.test.cjs4
-rw-r--r--tap-snapshots/test/lib/utils/config/describe-all.js.test.cjs4
2 files changed, 0 insertions, 8 deletions
diff --git a/tap-snapshots/test/lib/utils/config/definitions.js.test.cjs b/tap-snapshots/test/lib/utils/config/definitions.js.test.cjs
index ff00f9a0f..42db6ce03 100644
--- a/tap-snapshots/test/lib/utils/config/definitions.js.test.cjs
+++ b/tap-snapshots/test/lib/utils/config/definitions.js.test.cjs
@@ -1302,10 +1302,6 @@ exports[`test/lib/utils/config/definitions.js TAP > config description for packa
If set to false, then ignore \`package-lock.json\` files when installing. This
will also prevent _writing_ \`package-lock.json\` if \`save\` is true.
-When package package-locks are disabled, automatic pruning of extraneous
-modules will also be disabled. To remove extraneous modules with
-package-locks disabled use \`npm prune\`.
-
This configuration does not affect \`npm ci\`.
`
diff --git a/tap-snapshots/test/lib/utils/config/describe-all.js.test.cjs b/tap-snapshots/test/lib/utils/config/describe-all.js.test.cjs
index 6740b94c7..d0ce3a26f 100644
--- a/tap-snapshots/test/lib/utils/config/describe-all.js.test.cjs
+++ b/tap-snapshots/test/lib/utils/config/describe-all.js.test.cjs
@@ -1093,10 +1093,6 @@ The package to install for [\`npm exec\`](/commands/npm-exec)
If set to false, then ignore \`package-lock.json\` files when installing. This
will also prevent _writing_ \`package-lock.json\` if \`save\` is true.
-When package package-locks are disabled, automatic pruning of extraneous
-modules will also be disabled. To remove extraneous modules with
-package-locks disabled use \`npm prune\`.
-
This configuration does not affect \`npm ci\`.
<!-- automatically generated, do not edit manually -->