Skip to content

Commit

Permalink
use mkdirp 0.5.1
Browse files Browse the repository at this point in the history
there is a bug in mkdirp 0.5.0 that rollup can't parse (rollup/rollup#361)
  • Loading branch information
tcoopman authored Mar 17, 2018
1 parent 4fe49d6 commit 0e5693f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dependencies": {
"concat-stream": "1.6.0",
"debug": "2.6.9",
"mkdirp": "0.5.0",
"mkdirp": "0.5.1",
"yauzl": "2.4.1"
},
"devDependencies": {
Expand Down

0 comments on commit 0e5693f

Please sign in to comment.