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.
This commit is contained in:
Simon Taylor
2015-08-02 18:59:01 +01:00
parent 0027935dad
commit e86d389fbe
2 changed files with 4 additions and 1 deletions
@@ -0,0 +1,3 @@
{
"main": "socket.io.js"
}
+1 -1
View File
@@ -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",