fix package.json dep versions

This commit is contained in:
raphael
2019-01-11 13:14:16 +01:00
parent 23274299bf
commit 70787ae0ee
2 changed files with 12 additions and 12 deletions

View File

@@ -17,9 +17,9 @@
"lightweight"
],
"dependencies": {
"express": "*",
"formidable": "*",
"fs-extra": "*",
"express": "4.*",
"formidable": "1.*",
"fs-extra": "7.*",
"socket.io": "2.*"
},
"author": "Cracker0dks",