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:
refaelos 2013-05-22 10:43:42 +03:00
parent d32c9f46bc
commit 8fbe19ffed

View file

@ -18,6 +18,7 @@
},
"dependencies": {
"mkdirp": "*"
},
"devDependencies": {