Skip to content

Commit

Permalink
package: use fixed engine.io versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed Oct 21, 2012
1 parent d7332db commit 0a0c62c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/latency/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"dependencies": {
"express": "3.0.0rc4",
"engine.io": "0.3.x",
"engine.io-client": "0.3.x"
"engine.io": "0.3.7",
"engine.io-client": "0.3.7"
}
}

0 comments on commit 0a0c62c

Please sign in to comment.