mirror of
https://github.com/socketio/socket.io.git
synced 2026-01-12 08:27:57 -05:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
475909e642 | ||
|
|
95acec8b94 |
@@ -1,4 +1,9 @@
|
||||
|
||||
1.0.4 / 2014-06-02
|
||||
==================
|
||||
|
||||
* package: bump socket.io-client
|
||||
|
||||
1.0.3 / 2014-05-31
|
||||
==================
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "socket.io",
|
||||
"version": "1.0.3",
|
||||
"version": "1.0.4",
|
||||
"description": "node.js realtime framework server",
|
||||
"keywords": [
|
||||
"realtime",
|
||||
@@ -21,7 +21,7 @@
|
||||
"dependencies": {
|
||||
"engine.io": "1.2.2",
|
||||
"socket.io-parser": "2.2.0",
|
||||
"socket.io-client": "1.0.3",
|
||||
"socket.io-client": "1.0.4",
|
||||
"socket.io-adapter": "0.2.0",
|
||||
"has-binary-data": "0.1.1",
|
||||
"debug": "0.7.4"
|
||||
|
||||
Reference in New Issue
Block a user