Skip to content

Commit

Permalink
package: bump engine.io for ws memory fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed Nov 30, 2015
1 parent f7a2f35 commit ab1b36e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "socket.io",
"version": "1.3.7",
"version": "1.4.0",
"description": "node.js realtime framework server",
"keywords": [
"realtime",
Expand All @@ -21,7 +21,7 @@
"test": "mocha --reporter dot --slow 200ms --bail"
},
"dependencies": {
"engine.io": "1.6.1",
"engine.io": "1.6.2",
"socket.io-parser": "2.2.6",
"socket.io-client": "automattic/socket.io-client#master",
"socket.io-adapter": "automattic/socket.io-adapter#master",
Expand Down

0 comments on commit ab1b36e

Please sign in to comment.