Skip to content

Commit

Permalink
websocket.js now has typings built-in. bump v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
endel committed Dec 12, 2016
1 parent 419a4a9 commit 319cd79
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 22 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "colyseus.js",
"version": "0.5.1",
"version": "0.5.2",
"description": "JavaScript client for Colyseus Multiplayer Game Server",
"keywords": [
"multiplayer",
Expand Down
2 changes: 0 additions & 2 deletions src/index.ts
@@ -1,5 +1,3 @@
///<reference path="./vendor.d.ts" />

export { Client } from "./Client";
export { Protocol } from "./Protocol";
export { Room } from "./Room";
19 changes: 0 additions & 19 deletions src/vendor.d.ts

This file was deleted.

0 comments on commit 319cd79

Please sign in to comment.