Skip to content

Commit d8b06d8

Browse files
committed
force typescript <3.7 due to microsoft/TypeScript#33939
1 parent 630254f commit d8b06d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "colyseus.js",
3-
"version": "0.11.6",
3+
"version": "0.11.7",
44
"description": "Multiplayer Game Client for the Browser",
55
"keywords": [
66
"colyseus",
@@ -58,7 +58,7 @@
5858
"ts-loader": "^2.3.7",
5959
"ts-node": "^6.0.3",
6060
"tslint": "^5.9.1",
61-
"typescript": "^3.3.3",
61+
"typescript": "~3.5.0",
6262
"uglify-js": "^2.6.1",
6363
"webpack": "^3.6.0",
6464
"ws": "^6.1.2"

0 commit comments

Comments
 (0)