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:15:35 +0300
committerLuke Karrys <luke@lukekarrys.com>2022-08-22 21:14:50 +0300
commit3a212d7177bac622224175aac3e223bef1e447a6 (patch)
tree9f745d2524841460517769496c62e2d36642b43c /package.json
parent8ab12dc32b26db770b868cf694cedab38f4e7460 (diff)
chore: add fs-minipass to devDependencies
It's used in tests so it needs to be in the manifest
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json
index cb36e55f4..f841d9749 100644
--- a/package.json
+++ b/package.json
@@ -145,6 +145,7 @@
"cli-table3",
"columnify",
"fastest-levenshtein",
+ "fs-minipass",
"glob",
"graceful-fs",
"hosted-git-info",
@@ -203,6 +204,7 @@
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/template-oss": "3.5.0",
+ "fs-minipass": "^2.1.0",
"licensee": "^8.2.0",
"nock": "^13.2.4",
"spawk": "^1.7.1",