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:
authorRuy Adorno <ruyadorno@hotmail.com>2020-09-01 21:29:47 +0300
committerRuy Adorno <ruyadorno@hotmail.com>2020-09-01 22:05:41 +0300
commite97ba6e5b26a4ae94bfd3c673b71305596e8fc81 (patch)
treec160740251623b94352d336f391809544f050078 /package.json
parent0e9687e4c93f82228919bbe97c85bae085dd2679 (diff)
fix: npm ls extraneous workspaces
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 2cc042fe1..1334dd13c 100644
--- a/package.json
+++ b/package.json
@@ -42,7 +42,7 @@
"./package.json": "./package.json"
},
"dependencies": {
- "@npmcli/arborist": "^0.0.17",
+ "@npmcli/arborist": "^0.0.19",
"@npmcli/ci-detect": "^1.2.0",
"@npmcli/run-script": "^1.5.0",
"abbrev": "~1.1.1",