From 47640eb2c3cd9891e904e3f6bc705b6618096103 Mon Sep 17 00:00:00 2001 From: isaacs Date: Fri, 23 Oct 2020 11:15:35 -0700 Subject: update lint rules to match @npmcli/arborist --- lib/prune.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/prune.js') 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) -- cgit v1.2.3