We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 044b01d commit 2666d48Copy full SHA for 2666d48
package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "ts-mp",
+ "name": "hgouveia/html5multiplayer",
3
"version": "1.0.0",
4
"description": "A simple multiplayer game using HTML5 Canvas in conjuction with nodejs",
5
"main": "build/server/index.js",
@@ -27,7 +27,7 @@
27
"@types/node": "^12.6.8",
28
"@types/socket.io": "^2.1.2",
29
"@types/socket.io-client": "^1.4.32",
30
- "crossenv": "0.0.2-security",
+ "cross-env": "^6.0.3",
31
"nodemon": "^1.19.1",
32
"ts-loader": "^6.0.4",
33
"ts-node": "^8.3.0",
0 commit comments