Skip to content

Commit

Permalink
Update dependencies. Not bumping node_redis all the way up to v0.8.x …
Browse files Browse the repository at this point in the history
…since socket.io doesn't yet depend on it.
  • Loading branch information
dshaw committed Nov 14, 2012
1 parent ec79867 commit 6399f33
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions History.md
@@ -1,4 +1,9 @@

0.1.5 / 2012-11-14
==================

* Update dependencies.

0.1.4 / 2012-08-22
==================

Expand Down
8 changes: 4 additions & 4 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "socket.io-announce",
"version": "0.1.4",
"version": "0.1.5",
"description": "Socket.io multi-process announcement channel",
"keywords": [
"socket.io",
Expand All @@ -23,11 +23,11 @@
"examples": "examples"
},
"dependencies": {
"redis": "~0.7.1",
"socket.io": "~0.9.7"
"redis": "~0.7.3",
"socket.io": "~0.9.11"
},
"devDependencies": {
"socket.io-client": "~0.9.7",
"socket.io-client": "~0.9.11",
"tap": "~0.3.0"
},
"scripts": {
Expand Down

0 comments on commit 6399f33

Please sign in to comment.