mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
Release 1.4.2
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
|
||||
1.4.2 / 2014-10-08
|
||||
==================
|
||||
|
||||
* add iframe onload handling to jsonp tests [rase-]
|
||||
|
||||
1.4.1 / 2014-10-03
|
||||
==================
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "engine.io",
|
||||
"version": "1.4.1",
|
||||
"version": "1.4.2",
|
||||
"description": "The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server",
|
||||
"main": "./lib/engine.io",
|
||||
"author": "Guillermo Rauch <guillermo@learnboost.com>",
|
||||
@@ -25,7 +25,7 @@
|
||||
"mocha": "1.12.0",
|
||||
"expect.js": "0.2.0",
|
||||
"superagent": "0.15.4",
|
||||
"engine.io-client": "1.4.1",
|
||||
"engine.io-client": "1.4.2",
|
||||
"s": "0.1.1"
|
||||
},
|
||||
"scripts": { "test" : "make test" },
|
||||
|
||||
Reference in New Issue
Block a user