Skip to content

Commit

Permalink
chore(npm): update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mgcrea committed Oct 30, 2015
1 parent a075ee2 commit 49c317f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
},
"main": "./index.js",
"dependencies": {
"async": "~1.4.0",
"bluebird": "^2.9.34",
"lodash": "~3.10.0",
"mongodb": "^2.0.39",
"redis": ">=0.12.1"
"async": "^1.5.0",
"bluebird": "^3.0.2",
"lodash": "^3.10.1",
"mongodb": "^2.0.47",
"redis": "^2.2.5"
},
"devDependencies": {
"mocha": "^2.2.5",
"chai": "~3.2.0"
"mocha": "^2.3.3",
"chai": "^3.4.0"
},
"scripts": {
"test": "mocha test/runner.js --reporter spec",
Expand Down

0 comments on commit 49c317f

Please sign in to comment.