fixed multer version number

This commit is contained in:
David Baldwynn 2015-11-06 12:31:03 -08:00
parent 7cffc84422
commit 6e199b3b2e
2 changed files with 3 additions and 3 deletions

View file

@ -19,8 +19,6 @@ var upload = multer({ dest: config.tmpUploadPath,
},
onFileUploadComplete: function (file, req, res) {
console.log(file.originalname + ' uploaded to ' + file.path);
// console.log('\n\nheadersSent in onFileUploadComplete: ', res.headersSent);
// res.status(200).send(file);
}
});

View file

@ -23,11 +23,13 @@
},
"dependencies": {
"async": "^1.4.2",
"balanced-match": "^0.2.1",
"body-parser": "~1.14.1",
"bower": "~1.6.5",
"brace-expansion": "^1.1.1",
"chalk": "~1.1.1",
"compression": "~1.6.0",
"concat-map": "0.0.1",
"connect-flash": "~0.1.1",
"connect-mongo": "~0.8.2",
"consolidate": "~0.13.1",
@ -63,7 +65,7 @@
"mongoose": "~3.8.8",
"mongoose-utilities": "~0.1.1",
"morgan": "~1.6.1",
"multer": "^0.1.8",
"multer": "~1.1.0",
"nodemailer": "~1.8.0",
"nools": "^0.4.1",
"passport": "~0.3.0",