Skip to content

Commit

Permalink
Merge pull request #27 from rook2pawn/fix-selected-db
Browse files Browse the repository at this point in the history
[IMPROVEMENT] bumped bull, redis to latest, fixes a specified db from the config
  • Loading branch information
ShaneK committed Apr 8, 2016
2 parents 973c7f2 + 95015ac commit dbec8bd
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 @@ -6,14 +6,14 @@
"dependencies": {
"bluebird": "^2.9.24",
"body-parser": "^1.13.3",
"bull": "~0.2.4",
"bull": "^0.7.2",
"consolidate": "~0.10.0",
"dustjs-linkedin": "~2.5.1",
"express": "~4.10.8",
"less": "~2.1.2",
"lodash": "~2.4.1",
"q": "~1.1.2",
"redis": "~0.12.1"
"redis": "^2.5.3"
},
"devDependencies": {},
"scripts": {
Expand Down

0 comments on commit dbec8bd

Please sign in to comment.