Merge pull request #841 from capaj/master

added a main for JSPM
This commit is contained in:
Guillermo Rauch
2015-12-02 09:56:29 -08:00

View File

@@ -10,6 +10,9 @@
"client"
],
"main": "./lib/index",
"jspm": {
"main": "socket.io.js"
},
"dependencies": {
"debug": "2.2.0",
"engine.io-client": "1.6.3",