Release 1.6.4

This commit is contained in:
Guillermo Rauch
2015-12-04 10:55:49 -08:00
parent fee048d59e
commit 7f83f59652
2 changed files with 7 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "engine.io",
"version": "1.6.3",
"version": "1.6.4",
"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>",
@@ -32,7 +32,7 @@
"accepts": "1.1.4"
},
"devDependencies": {
"engine.io-client": "1.6.3",
"engine.io-client": "1.6.4",
"expect.js": "0.2.0",
"mocha": "2.3.4",
"s": "0.1.1",