Skip to content

Commit

Permalink
Replaced fake 'crossenv' to original 'cross-env' package
Browse files Browse the repository at this point in the history
  • Loading branch information
hgouveia committed Oct 25, 2019
1 parent 044b01d commit 2666d48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "ts-mp",
"name": "hgouveia/html5multiplayer",
"version": "1.0.0",
"description": "A simple multiplayer game using HTML5 Canvas in conjuction with nodejs",
"main": "build/server/index.js",
Expand Down Expand Up @@ -27,7 +27,7 @@
"@types/node": "^12.6.8",
"@types/socket.io": "^2.1.2",
"@types/socket.io-client": "^1.4.32",
"crossenv": "0.0.2-security",
"cross-env": "^6.0.3",
"nodemon": "^1.19.1",
"ts-loader": "^6.0.4",
"ts-node": "^8.3.0",
Expand Down

0 comments on commit 2666d48

Please sign in to comment.