Commit 4f41239a9559821848406a4a46a26c3e6e8df194

Authored by libras
1 parent ba0efe5c
Exists in master and in 1 other branch devel

Modified in package.json

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
package.json
... ... @@ -10,6 +10,7 @@
10 10 "author": "LAViD",
11 11 "license": "ISC",
12 12 "dependencies": {
13   - "express": "~3.5.1"
  13 + "express": "~3.5.1",
  14 + "mkdirp": "^0.5.0"
14 15 }
15 16 }
... ...