added 'mkdirp' to package,json
'mkdirp' is a useful tool to async mkdir recursive that doesn't fail if the folder exists.
This commit is contained in:
parent
d32c9f46bc
commit
8fbe19ffed
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@
|
|||
},
|
||||
|
||||
"dependencies": {
|
||||
"mkdirp": "*"
|
||||
},
|
||||
|
||||
"devDependencies": {
|
||||
|
|
|
|||
Reference in a new issue