Compare commits

...

4 Commits
1.0.0 ... 1.0.2

Author SHA1 Message Date
Guillermo Rauch
35a85084b1 Release 1.0.2 2014-05-28 13:24:59 -07:00
Guillermo Rauch
0c2b44a846 package: bump parser for windows fix 2014-05-28 13:23:51 -07:00
Guillermo Rauch
0f6ee2dbd9 travis 2014-05-28 12:56:10 -07:00
Guillermo Rauch
68ac0d6d24 Release 1.0.1 2014-05-28 10:32:31 -07:00
3 changed files with 14 additions and 4 deletions

View File

@@ -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
==================

View File

@@ -4,7 +4,7 @@
# socket.io
[![Build Status](https://secure.travis-ci.org/LearnBoost/socket.io.png)](http://travis-ci.org/LearnBoost/socket.io)
[![Build Status](https://secure.travis-ci.org/automattic/socket.io.png)](http://travis-ci.org/automattic/socket.io)
[![NPM version](https://badge.fury.io/js/socket.io.png)](http://badge.fury.io/js/socket.io)
## How to use

View File

@@ -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"