From 3e1ec520165c6f663c967afb25915acd30f28efe Mon Sep 17 00:00:00 2001 From: Michael Zabka Date: Fri, 14 Nov 2014 16:25:47 +0100 Subject: [PATCH] Remove node.d.ts reference from socket.io-client declaration * For client side (browser) not needed this reference * Some apps can fail if reference presents --- socket.io-client/socket.io-client.d.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/socket.io-client/socket.io-client.d.ts b/socket.io-client/socket.io-client.d.ts index b03cc830b..a3882bbd7 100644 --- a/socket.io-client/socket.io-client.d.ts +++ b/socket.io-client/socket.io-client.d.ts @@ -3,8 +3,6 @@ // Definitions by: PROGRE // Definitions: https://github.com/borisyankov/DefinitelyTyped -/// - declare var io: SocketIOClientStatic; declare module 'socket.io-client' {