mirror of
https://github.com/socketio/socket.io.git
synced 2026-01-12 00:17:56 -05:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
35a85084b1 | ||
|
|
0c2b44a846 | ||
|
|
0f6ee2dbd9 | ||
|
|
68ac0d6d24 |
10
History.md
10
History.md
@@ -1,4 +1,14 @@
|
||||
|
||||
1.0.2 / 2014-05-28
|
||||
==================
|
||||
|
||||
* package: bump `socket.io-parser` for windows fix
|
||||
|
||||
1.0.1 / 2014-05-28
|
||||
==================
|
||||
|
||||
* bump due to bad npm tag
|
||||
|
||||
1.0.0 / 2014-05-28
|
||||
==================
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
# socket.io
|
||||
|
||||
[](http://travis-ci.org/LearnBoost/socket.io)
|
||||
[](http://travis-ci.org/automattic/socket.io)
|
||||
[](http://badge.fury.io/js/socket.io)
|
||||
|
||||
## How to use
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "socket.io",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.2",
|
||||
"description": "node.js realtime framework server",
|
||||
"keywords": [
|
||||
"realtime",
|
||||
@@ -20,8 +20,8 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"engine.io": "1.2.1",
|
||||
"socket.io-parser": "2.1.4",
|
||||
"socket.io-client": "1.0.0",
|
||||
"socket.io-parser": "2.1.5",
|
||||
"socket.io-client": "1.0.2",
|
||||
"socket.io-adapter": "0.2.0",
|
||||
"has-binary-data": "0.1.1",
|
||||
"debug": "0.7.4"
|
||||
|
||||
Reference in New Issue
Block a user