Skip to content

Commit

Permalink
updated package
Browse files Browse the repository at this point in the history
  • Loading branch information
christkv committed Jul 20, 2012
1 parent fde0e83 commit 44c0526
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
@@ -1,7 +1,7 @@
{ "name" : "mongodb"
, "description" : "A node.js driver for MongoDB"
, "keywords" : ["mongodb", "mongo", "driver", "db"]
, "version" : "1.1.0-beta"
, "version" : "1.1.0"
, "author" : "Christian Amor Kvalheim <christkv@gmail.com>"
, "contributors" : [ "Aaron Heckmann",
"Christoph Pojer",
Expand Down Expand Up @@ -59,7 +59,7 @@
, "url" : "http://github.com/mongodb/node-mongodb-native/issues" }
, "dependencies" : {
"bson": "0.1.0"
}
}
, "devDependencies": {
"dox": "0.2.0"
, "uglify-js": "1.2.5"
Expand All @@ -71,7 +71,7 @@
, "step": "0.0.5"
, "async": "0.1.22"
}
, "config": { "native" : false }
, "config": { "native" : false }
, "main": "./lib/mongodb/index"
, "directories" : { "lib" : "./lib/mongodb" }
, "engines" : { "node" : ">=0.4.0" }
Expand Down

0 comments on commit 44c0526

Please sign in to comment.