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-09-08 19:51:08 +0300
committerGitHub <noreply@github.com>2022-09-08 19:51:08 +0300
commit2a8c2fcd124ce7d4b23a6c26552d097c6501ac74 (patch)
treed4d6608c1b6b2dd5527ab7858c296a8cd31fecc5 /tap-snapshots/test/lib/commands/config.js.test.cjs
parent2e9280072f9852466fa0944d3a0fdb0c8af156a9 (diff)
feat: default `install-links` to true (#5458)
BREAKING CHANGE: this changes the default value of `install-links` to true Closes https://github.com/npm/statusboard/issues/510
Diffstat (limited to 'tap-snapshots/test/lib/commands/config.js.test.cjs')
-rw-r--r--tap-snapshots/test/lib/commands/config.js.test.cjs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tap-snapshots/test/lib/commands/config.js.test.cjs b/tap-snapshots/test/lib/commands/config.js.test.cjs
index 5c3f86415..6ed14ae5b 100644
--- a/tap-snapshots/test/lib/commands/config.js.test.cjs
+++ b/tap-snapshots/test/lib/commands/config.js.test.cjs
@@ -81,7 +81,7 @@ exports[`test/lib/commands/config.js TAP config list --json > output matches sna
"init.license": "ISC",
"init.module": "{HOME}/.npm-init.js",
"init.version": "1.0.0",
- "install-links": false,
+ "install-links": true,
"key": null,
"legacy-bundling": false,
"legacy-peer-deps": false,
@@ -237,7 +237,7 @@ init.author.url = ""
init.license = "ISC"
init.module = "{HOME}/.npm-init.js"
init.version = "1.0.0"
-install-links = false
+install-links = true
json = false
key = null
legacy-bundling = false