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:
authorLuke Karrys <luke@lukekarrys.com>2022-10-05 20:36:12 +0300
committerGitHub <noreply@github.com>2022-10-05 20:36:12 +0300
commitf37caad9e92c50ae949014f6bee6375d9299fb39 (patch)
treeb369005b73fb654c41c72dd527f433577e2212ea /tap-snapshots
parent501f8ca47bb042f19cdfca4026970caf7160f7f6 (diff)
docs: accurately describe install-links effect on relative paths (#5606)
Diffstat (limited to 'tap-snapshots')
-rw-r--r--tap-snapshots/test/lib/utils/config/definitions.js.test.cjs6
-rw-r--r--tap-snapshots/test/lib/utils/config/describe-all.js.test.cjs6
2 files changed, 6 insertions, 6 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 277576ed5..92a8e6222 100644
--- a/tap-snapshots/test/lib/utils/config/definitions.js.test.cjs
+++ b/tap-snapshots/test/lib/utils/config/definitions.js.test.cjs
@@ -980,9 +980,9 @@ exports[`test/lib/utils/config/definitions.js TAP > config description for insta
* Default: true
* Type: Boolean
-When set file: protocol dependencies that exist outside of the project root
-will be packed and installed as regular dependencies instead of creating a
-symlink. This option has no effect on workspaces.
+When set file: protocol dependencies will be packed and installed as regular
+dependencies instead of creating a symlink. This option has no effect on
+workspaces.
`
exports[`test/lib/utils/config/definitions.js TAP > config description for json 1`] = `
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 2f8a721af..999b3859f 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
@@ -782,9 +782,9 @@ number, if not already set in package.json.
* Default: true
* Type: Boolean
-When set file: protocol dependencies that exist outside of the project root
-will be packed and installed as regular dependencies instead of creating a
-symlink. This option has no effect on workspaces.
+When set file: protocol dependencies will be packed and installed as regular
+dependencies instead of creating a symlink. This option has no effect on
+workspaces.
<!-- automatically generated, do not edit manually -->
<!-- see lib/utils/config/definitions.js -->