From e86d389fbe8538cca047df3326518336aabf39b5 Mon Sep 17 00:00:00 2001 From: Simon Taylor Date: Sun, 2 Aug 2015 18:59:01 +0100 Subject: [PATCH] socket.io-client is now in socketio, not Automattic. Socket.io seem to have changed their github org name to socketio. Github redirects requests so install still works with the old name, but the override is not applied, so the library won't actually load. This change adds the additional override for the new org name, and updates the registry to point to it. --- package-overrides/github/socketio/socket.io-client@1.3.6.json | 3 +++ registry.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 package-overrides/github/socketio/socket.io-client@1.3.6.json diff --git a/package-overrides/github/socketio/socket.io-client@1.3.6.json b/package-overrides/github/socketio/socket.io-client@1.3.6.json new file mode 100644 index 0000000..e9619ce --- /dev/null +++ b/package-overrides/github/socketio/socket.io-client@1.3.6.json @@ -0,0 +1,3 @@ +{ + "main": "socket.io.js" +} \ No newline at end of file diff --git a/registry.json b/registry.json index 5fccbb3..6cb9836 100644 --- a/registry.json +++ b/registry.json @@ -347,7 +347,7 @@ "skrollr": "github:Prinzhorn/skrollr", "snap.svg": "github:adobe-webplatform/Snap.svg", "sockjs-client": "github:sockjs/sockjs-client", - "socket.io-client": "github:Automattic/socket.io-client", + "socket.io-client": "github:socketio/socket.io-client", "socket.io-rpc-client": "github:capaj/socket.io-rpc-client", "spin": "github:fgnass/spin.js", "sprintf-js": "npm:sprintf-js",