Skip to content

Commit

Permalink
Merge branch '1.5.4-patch'
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed Sep 9, 2015
2 parents 8705870 + 6032a13 commit 7e77dd5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

1.5.4 / 2015-09-09
==================

* package: bump `engine.io-parser`

1.5.3 / 2015-09-09
==================

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "engine.io",
"version": "1.5.3",
"version": "1.5.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 <[email protected]>",
Expand All @@ -26,15 +26,15 @@
"license": "MIT",
"dependencies": {
"debug": "2.1.3",
"ws": "0.7.2",
"engine.io-parser": "1.2.1",
"ws": "0.8.0",
"engine.io-parser": "1.2.2",
"accepts": "1.1.4"
},
"devDependencies": {
"mocha": "1.12.0",
"expect.js": "0.2.0",
"superagent": "0.15.4",
"engine.io-client": "socketio/engine.io-client#master",
"engine.io-client": "socketio/engine.io-client#79c97b9",
"s": "0.1.1"
},
"scripts": {
Expand Down

1 comment on commit 7e77dd5

@sanemat
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rauchg current master 7e77dd5 loses dependency "base64id": "0.1.0", v1.5.4 has this.

"base64id": "0.1.0",

This brings failed test on engine.io-client https://travis-ci.org/socketio/engine.io-client/builds/79565709

Please sign in to comment.