Skip to content

Commit

Permalink
use mkdirp-infer-owner instead of mkdirp directly
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Jan 27, 2020
1 parent 53804aa commit 8996762
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const stat = promisify(fs.stat)
const unlink = promisify(fs.unlink)

const {dirname, relative} = require('path')
const mkdir = require('mkdirp')
const mkdir = require('mkdirp-infer-owner')
const toBatchSyntax = require('./lib/to-batch-syntax')
const shebangExpr = /^#\!\s*(?:\/usr\/bin\/env)?\s*([^ \t]+=[^ \t]+\s+)*\s*([^ \t]+)(.*)$/

Expand Down
20 changes: 20 additions & 0 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"license": "ISC",
"dependencies": {
"graceful-fs": "^4.1.2",
"mkdirp": "^1.0.3"
"mkdirp-infer-owner": "^1.0.2"
},
"devDependencies": {
"rimraf": "~2.2.8",
Expand Down

0 comments on commit 8996762

Please sign in to comment.