Skip to content

Commit

Permalink
force typescript <3.7 due to microsoft/TypeScript#33939
Browse files Browse the repository at this point in the history
  • Loading branch information
endel committed Nov 29, 2019
1 parent 630254f commit d8b06d8
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,6 +1,6 @@
{
"name": "colyseus.js",
"version": "0.11.6",
"version": "0.11.7",
"description": "Multiplayer Game Client for the Browser",
"keywords": [
"colyseus",
Expand Down Expand Up @@ -58,7 +58,7 @@
"ts-loader": "^2.3.7",
"ts-node": "^6.0.3",
"tslint": "^5.9.1",
"typescript": "^3.3.3",
"typescript": "~3.5.0",
"uglify-js": "^2.6.1",
"webpack": "^3.6.0",
"ws": "^6.1.2"
Expand Down

0 comments on commit d8b06d8

Please sign in to comment.