Skip to content

Commit

Permalink
move mkdirp to devDep and add missing mkdirp-infer-owner dep (npm#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
fraxken authored Oct 12, 2021
1 parent 1603cdd commit ebbc198
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,14 @@
"license": "ISC",
"dependencies": {
"cmd-shim": "^4.0.1",
"mkdirp": "^1.0.3",
"mkdirp-infer-owner": "^1.0.2",
"npm-normalize-package-bin": "^1.0.0",
"read-cmd-shim": "^2.0.0",
"rimraf": "^3.0.0",
"write-file-atomic": "^3.0.3"
},
"devDependencies": {
"mkdirp": "^1.0.3",
"require-inject": "^1.4.4",
"tap": "^14.10.6"
},
Expand Down

0 comments on commit ebbc198

Please sign in to comment.