Skip to content

Commit aa9f173

Browse files
committed
use colyseus 0.12
1 parent 08dead5 commit aa9f173

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Server/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import http from "http";
22
import express from "express";
33
import cors from "cors";
44

5-
import { Server, serialize, FossilDeltaSerializer } from "colyseus";
5+
import { Server } from "colyseus";
66
import { DemoRoom } from "./DemoRoom";
77

88
import socialRoutes from "@colyseus/social/express";

Server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"dependencies": {
1616
"@colyseus/social": "^0.10.0",
17-
"colyseus": "^0.12.0-alpha.0",
17+
"colyseus": "^0.12.0",
1818
"cors": "^2.8.5",
1919
"express": "^4.13.3",
2020
"express-jwt": "^5.3.1",

0 commit comments

Comments
 (0)