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:
Diffstat (limited to 'lib/prune.js')
-rw-r--r--lib/prune.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/prune.js b/lib/prune.js
index 66f9d8ba2..aa2ed3780 100644
--- a/lib/prune.js
+++ b/lib/prune.js
@@ -16,7 +16,7 @@ const prune = async () => {
const where = npm.prefix
const arb = new Arborist({
...npm.flatOptions,
- path: where
+ path: where,
})
await arb.prune(npm.flatOptions)
reifyOutput(arb)