From 7fda3b4091189acf0ab42e9729cf2cbd3a90a054 Mon Sep 17 00:00:00 2001 From: Bret Comnes Date: Thu, 27 Apr 2023 10:33:25 -0700 Subject: [PATCH] Fix import --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 30bf9a8..8d278b3 100644 --- a/index.js +++ b/index.js @@ -5,7 +5,7 @@ const path = require('path') const ms = require('ms') const assert = require('webassert').default const fsp = require('fs').promises -const minimatch = require('minimatch') +const { minimatch } = require('minimatch') const { stackWithCauses } = require('pony-cause') let cleanup