add missing deps

This commit is contained in:
AJ ONeal 2016-08-09 14:08:17 -06:00
parent f083edfd7a
commit 4affcb3969
1 changed files with 4 additions and 1 deletions

View File

@ -26,5 +26,8 @@
"bugs": { "bugs": {
"url": "https://github.com/Daplie/le-challenge-fs/issues" "url": "https://github.com/Daplie/le-challenge-fs/issues"
}, },
"homepage": "https://github.com/Daplie/le-challenge-fs#readme" "homepage": "https://github.com/Daplie/le-challenge-fs#readme",
"dependencies": {
"mkdirp": "^0.5.1"
}
} }