Skip to content

Commit 0e5693f

Browse files
authored
use mkdirp 0.5.1
there is a bug in mkdirp 0.5.0 that rollup can't parse (rollup/rollup#361)
1 parent 4fe49d6 commit 0e5693f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"dependencies": {
2121
"concat-stream": "1.6.0",
2222
"debug": "2.6.9",
23-
"mkdirp": "0.5.0",
23+
"mkdirp": "0.5.1",
2424
"yauzl": "2.4.1"
2525
},
2626
"devDependencies": {

0 commit comments

Comments
 (0)