Skip to content

Commit

Permalink
feat: loosen strict dependency to mongodb
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Krummsdorf committed Jul 31, 2016
1 parent dc5f08d commit 0fe3809
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 @@ -46,11 +46,11 @@
"async": "1.5.0",
"debug": "2.2.0",
"grunt": "1.0.1",
"lodash": "4.13.1",
"lodash": "4.14.1",
"lx-helpers": "0.5.1",
"lx-valid": "1.2.0",
"method-override": "2.3.6",
"mongodb": "2.2.4",
"mongodb": "^2.2.4",
"nodemailer": "2.5.0",
"nodemailer-html-to-text": "2.1.0",
"nodemailer-pickup-transport": "0.1.1",
Expand Down

0 comments on commit 0fe3809

Please sign in to comment.