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:54:07 +0300
committerLuke Karrys <luke@lukekarrys.com>2022-08-22 21:14:50 +0300
commita33d774e00c3b2cf4613e1ed4649d6a6d1bfda87 (patch)
tree417a157e4f06c5b94e12fb4c69d406edf56f227f /workspaces
parent159ae355bae1b41be4d904663caa7ae5a3e57d90 (diff)
chore: add mkdirp to devDependencies
It's used it tests
Diffstat (limited to 'workspaces')
-rw-r--r--workspaces/libnpmexec/package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/workspaces/libnpmexec/package.json b/workspaces/libnpmexec/package.json
index 53fc335ed..b59d296c5 100644
--- a/workspaces/libnpmexec/package.json
+++ b/workspaces/libnpmexec/package.json
@@ -52,6 +52,7 @@
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/template-oss": "3.5.0",
"bin-links": "^3.0.0",
+ "mkdirp": "^1.0.4",
"tap": "^16.0.1"
},
"dependencies": {