Skip to content

Commit e8556d3

Browse files
committed
Use multer instead of express-fileupload
1 parent 99e0a52 commit e8556d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
},
88
"dependencies": {
99
"body-parser": "^1.18.2",
10-
"express-fileupload": "^0.4.0",
1110
"express-session": "^1.15.6",
1211
"favicon": "^0.0.2",
1312
"firebase": "^5.8.4",
1413
"json-server": "^0.14.2",
1514
"jsonschema": "^1.2.2",
1615
"method-override": "^2.3.10",
1716
"morgan": "^1.9.0",
17+
"multer": "^1.4.1",
1818
"path": "^0.12.7",
1919
"peer": "^0.2.10",
2020
"peerjs-server": "^0.2.9",

0 commit comments

Comments
 (0)