Skip to content

Commit

Permalink
chore: add mkdirp to devDependencies
Browse files Browse the repository at this point in the history
It's used it tests
  • Loading branch information
wraithgar authored and lukekarrys committed Aug 22, 2022
1 parent 159ae35 commit a33d774
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,7 @@ graph LR;
libnpmexec-->bin-links;
libnpmexec-->chalk;
libnpmexec-->mkdirp-infer-owner;
libnpmexec-->mkdirp;
libnpmexec-->npm-package-arg;
libnpmexec-->npmcli-arborist["@npmcli/arborist"];
libnpmexec-->npmcli-ci-detect["@npmcli/ci-detect"];
Expand Down
4 changes: 3 additions & 1 deletion package-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -5191,8 +5191,9 @@
},
"node_modules/mkdirp": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
"integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==",
"inBundle": true,
"license": "MIT",
"bin": {
"mkdirp": "bin/cmd.js"
},
Expand Down Expand Up @@ -10600,6 +10601,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"
},
"engines": {
Expand Down
1 change: 1 addition & 0 deletions workspaces/libnpmexec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit a33d774

Please sign in to comment.