-
- Downloads
Fixed package imports and server.ts for socket.io
... | ... | @@ -14,9 +14,13 @@ |
"@types/es6-shim": "^0.31.37", | ||
"@types/express": "^4.16.0", | ||
"@types/socket.io": "^1.4.38", | ||
"@types/socket.io-client": "^1.4.32", | ||
"typescript": "^3.0.3" | ||
}, | ||
"dependencies": { | ||
"express": "^4.15.2" | ||
"body-parser": "^1.18.3", | ||
"express": "^4.15.2", | ||
"socket.io": "^2.1.1", | ||
"socket.io-client": "^2.1.1" | ||
} | ||
} |
Please register or sign in to comment