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:15:35 +0300
committerisaacs <i@izs.me>2020-10-23 21:23:15 +0300
commit47640eb2c3cd9891e904e3f6bc705b6618096103 (patch)
tree8b1b635135a5672ed0da4d8e6feade0f9d8fa60d /lib/prune.js
parentb737ee99961364827bacf210a3e5ca5d2b7edad2 (diff)
update lint rules to match @npmcli/arborist
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)