Browse Source

Added 1.2.14 of mongodriver

Christian Kvalheim 12 years ago
parent
commit
49636e25b1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      nodejs/package.json

+ 1 - 1
nodejs/package.json

@@ -7,7 +7,7 @@
     , "sequelize": "1.6.0-beta4"
     , "sequelize": "1.6.0-beta4"
     , "async": "0.2.5"
     , "async": "0.2.5"
     , "mysql": "2.0.0-alpha7"
     , "mysql": "2.0.0-alpha7"
-    , "mongodb": "1.2.10"
+    , "mongodb": "1.2.14"
   }
   }
   , "main": "hello.js"
   , "main": "hello.js"
 }
 }