Skip to content

Commit

Permalink
Release 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed Jan 19, 2015
1 parent 9ee8666 commit 8b2f978
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions History.md
@@ -1,4 +1,9 @@

1.5.1 / 2015-01-19
==================

* do not rely on `git(1)` for dep, point to tarball instead

1.5.0 / 2015-01-18
==================

Expand Down
6 changes: 3 additions & 3 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "engine.io-client",
"description": "Client for the realtime Engine",
"version": "1.5.0",
"version": "1.5.1",
"homepage": "http://socket.io",
"contributors": [
{
Expand All @@ -24,7 +24,7 @@
"dependencies": {
"has-cors": "1.0.3",
"ws": "0.4.31",
"xmlhttprequest": "rase-/node-XMLHttpRequest#a6b6f2",
"xmlhttprequest": "https://github.com/rase-/node-XMLHttpRequest/archive/a6b6f2.tar.gz",
"component-emitter": "1.1.2",
"indexof": "0.0.1",
"engine.io-parser": "1.2.1",
Expand All @@ -39,7 +39,7 @@
"browserify": "6.2.0",
"concat-stream": "1.4.6",
"derequire": "1.2.0",
"engine.io": "1.5.0",
"engine.io": "1.5.1",
"expect.js": "0.2.0",
"express": "3.4.8",
"istanbul": "0.2.3",
Expand Down

0 comments on commit 8b2f978

Please sign in to comment.