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-07-28 00:13:43 +0300
committerisaacs <i@izs.me>2020-07-29 21:55:03 +0300
commit527617c4f145a5c594998699fb21e427c916b851 (patch)
treecc0fe3ec67bb5b2c129e4284fd7533e428ab3722 /lib/dedupe.js
parentaaeccc380ba331626529b1be5893c19760b0a80a (diff)
Pass options to arborist.reify() in dedupe, prune
Diffstat (limited to 'lib/dedupe.js')
-rw-r--r--lib/dedupe.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dedupe.js b/lib/dedupe.js
index 364234419..eb197ec62 100644
--- a/lib/dedupe.js
+++ b/lib/dedupe.js
@@ -17,7 +17,7 @@ const dedupe = async (args) => {
path: where,
dryRun
})
- await arb.dedupe()
+ await arb.dedupe(npm.flatOptions)
reifyOutput(arb)
}