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:
authorisaacs <i@izs.me>2020-10-23 21:29:47 +0300
committerisaacs <i@izs.me>2020-10-23 21:29:48 +0300
commit783965508d49f8ab0d8ceff38bee700cd0a06a54 (patch)
treef447f7fc15ac6db82868f344f08562c203ccfd19 /package.json
parent47640eb2c3cd9891e904e3f6bc705b6618096103 (diff)
@npmcli/arborist@1.0.4
- Ensure that root is added when root.meta is set - Include all edges in explain() output when a root edge exists - Do not conflict on meta-peers that will not be replaced - Install peerOptionals if explicitly requested, or dev Fix: npm/cli#1997 Fix: npm/cli#2000 Fix: npm/cli#2005
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index bed78187f..2a3bd04b4 100644
--- a/package.json
+++ b/package.json
@@ -42,7 +42,7 @@
"./package.json": "./package.json"
},
"dependencies": {
- "@npmcli/arborist": "^1.0.3",
+ "@npmcli/arborist": "^1.0.4",
"@npmcli/ci-detect": "^1.2.0",
"@npmcli/config": "^1.2.1",
"@npmcli/run-script": "^1.7.0",