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:
authorGar <gar+gh@danger.computer>2022-08-18 17:17:57 +0300
committerLuke Karrys <luke@lukekarrys.com>2022-08-22 21:14:50 +0300
commit159ae355bae1b41be4d904663caa7ae5a3e57d90 (patch)
tree0325be5a4dc29518df871df0dbe4c95594db4a4e /DEPENDENCIES.md
parent8c9b034cce69b2a9550dcd1d8b85ab08d54ecc61 (diff)
chore: add minimatch to devDependencies
It's used in tests so it needs to be in the manifest
Diffstat (limited to 'DEPENDENCIES.md')
-rw-r--r--DEPENDENCIES.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/DEPENDENCIES.md b/DEPENDENCIES.md
index 9d7ff0e6e..4bc47e322 100644
--- a/DEPENDENCIES.md
+++ b/DEPENDENCIES.md
@@ -496,6 +496,7 @@ graph LR;
npm-->libnpmversion;
npm-->licensee;
npm-->make-fetch-happen;
+ npm-->minimatch;
npm-->minipass-pipeline;
npm-->minipass;
npm-->mkdirp-infer-owner;