update deps

This commit is contained in:
jomo
2018-02-16 18:43:02 +01:00
parent 1a280b0fd7
commit 1816b18b12
5 changed files with 1494 additions and 19 deletions

View File

@@ -27,7 +27,7 @@ function asset_request(req, callback) {
fs.readFile(filename, function(err, data) {
callback({
body: data,
type: mime.lookup(filename),
type: mime.getType(filename),
err: err,
});
});