Skip to content

Commit

Permalink
expose RoomAvailable type
Browse files Browse the repository at this point in the history
  • Loading branch information
endel committed Mar 7, 2020
1 parent af5e409 commit d8a92c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "colyseus.js",
"version": "0.12.1",
"version": "0.12.2",
"description": "Multiplayer Game Client for the Browser",
"keywords": [
"colyseus",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import './legacy';

export { Client, JoinOptions } from './Client';
export { Protocol } from './Protocol';
export { Room } from './Room';
export { Room, RoomAvailable } from './Room';
export { DataChange } from '@gamestdio/state-listener';
export { Auth, Platform, Device } from "./Auth";

Expand Down

0 comments on commit d8a92c6

Please sign in to comment.