diff --git a/package.json b/package.json index 4689f4a..f148165 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "comty.js", - "version": "0.65.0", + "version": "0.65.1", "main": "./dist/index.js", "description": "Official Comty API for JavaScript", "homepage": "https://github.com/ragestudio/comty.js", diff --git a/src/ws.js b/src/ws.js index 2e6506a..1dfda45 100644 --- a/src/ws.js +++ b/src/ws.js @@ -2,8 +2,7 @@ import Remotes from "./remotes" import Storage from "./helpers/withStorage" import { io } from "socket.io-client" -import { RTEngineClient } from "linebridge-client/src" -//import { RTEngineClient } from "../../linebridge/client/src" +import { RTEngineClient } from "linebridge-client" class WebsocketManager { constructor({ origin }) {