Merge branch 'master' into hybrid-tl

This commit is contained in:
syuilo 2018-07-11 13:50:52 +09:00
commit 8ef066adda
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import * as websocket from 'websocket';
import * as redis from 'redis';
import * as CRC32 from 'crc-32/types';
import * as CRC32 from 'crc-32';
import ReversiGame, { pack } from '../../../../models/games/reversi/game';
import { publishReversiGameStream } from '../../../../stream';
import Reversi from '../../../../games/reversi/core';