Skip to content

Commit

Permalink
Revert mongodb back to 1.x.x
Browse files Browse the repository at this point in the history
  • Loading branch information
wision committed Mar 26, 2015
1 parent 4dd4855 commit f9d59b2
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
@@ -1,6 +1,6 @@
{
"name": "mongoq"
, "version": "0.2.4"
, "version": "0.2.5"
, "description": "Use mongoDB like this: require('mongoq')('testdb').collection('users').find(function(err, cursor){});"
, "keywords": ["mongodb", "mongoq", "data", "datastore", "nosql"]
, "author" : "Hidden <zzdhidden@gmail.com>"
Expand All @@ -9,7 +9,7 @@
"url" : "http://github.com/zzdhidden/mongoq.git"
}
, "dependencies": {
"mongodb" : "^2.0.23"
"mongodb" : "^1.4.35"
, "jquery-deferred": "^0.2.0"
}
, "devDependencies": {
Expand Down

0 comments on commit f9d59b2

Please sign in to comment.