Skip to content

Commit

Permalink
npm bump - stricter mongodb version
Browse files Browse the repository at this point in the history
  • Loading branch information
mafintosh committed Feb 27, 2013
1 parent 5944380 commit 3555dde
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 @@ -2,15 +2,15 @@
"name":"mongojs",
"description":"a simple mongo module that implements the mongo api",
"keywords": ["mongo", "db", "mongodb"],
"version":"0.6.2",
"version":"0.6.3",
"repository": "git://github.com/gett/mongojs.git",
"author": "Ge.tt <[email protected]>",
"contributors": [
"Mathias Buus Madsen <[email protected]>",
"Ian Jorgensen <[email protected]>"
],
"dependencies": {
"mongodb":"1.x.x"
"mongodb":"1.2.x"
},
"scripts": {
"test":"node ./tests"
Expand Down

0 comments on commit 3555dde

Please sign in to comment.