diff --git a/types/cote/index.d.ts b/types/cote/index.d.ts index ee6d8c4324..f6c60c54a2 100644 --- a/types/cote/index.d.ts +++ b/types/cote/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: makepost // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -import { EventEmitter2 } from "./node_modules/eventemitter2"; +import { EventEmitter2 } from "eventemitter2"; import * as SocketIO from "socket.io"; import { Stream } from "stream"; import { Server } from "http";