Skip to content

Commit

Permalink
fix the null response bug in node_redis
Browse files Browse the repository at this point in the history
  • Loading branch information
bmatschullat committed Sep 12, 2012
1 parent 0302b54 commit b16e79c
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
Expand Up @@ -4,7 +4,7 @@
"version": "1.4.3",
"author": "TJ Holowaychuk <tj@vision-media.ca>",
"main": "./index.js",
"dependencies": { "redis": "0.8.0", "debug": "*" },
"dependencies": { "redis": "0.8.1", "debug": "*" },
"devDependencies": { "connect": "*" },
"engines": { "node": "*" }
}
}

0 comments on commit b16e79c

Please sign in to comment.