Skip to content

Commit

Permalink
update dependencies. #15
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Nov 5, 2015
1 parent 7598fbd commit 0f7f285
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redis-connection",
"version": "2.0.0",
"version": "2.0.1",
"description": "Re-use a single or pool of redis connections across several modules/files in your app.",
"main": "index.js",
"scripts": {
Expand All @@ -25,12 +25,12 @@
"homepage": "https://github.com/dwyl/redis-connection#readme",
"dependencies": {
"hiredis": "^0.4.1",
"redis": "^2.0.0"
"redis": "^2.3.0"
},
"devDependencies": {
"decache": "^3.0.3",
"env2": "^2.0.2",
"istanbul": "^0.3.20",
"tape": "^4.2.0"
"env2": "^2.0.4",
"istanbul": "^0.4.0",
"tape": "^4.2.2"
}
}

0 comments on commit 0f7f285

Please sign in to comment.