Browse Source

Increment mongo to latest in Node test

Edward Bramanti 10 years ago
parent
commit
bd6f954ed6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frameworks/JavaScript/nodejs/package.json

+ 1 - 1
frameworks/JavaScript/nodejs/package.json

@@ -5,7 +5,7 @@
   , "dependencies": {
   , "dependencies": {
       "mongoose": "4.0.1" 
       "mongoose": "4.0.1" 
     , "async": "0.9.0"
     , "async": "0.9.0"
-    , "mongodb": "1.3.0"
+    , "mongodb": "2.0.27"
     , "sequelize": "2.0.6"
     , "sequelize": "2.0.6"
     , "mysql": "2.6.2"
     , "mysql": "2.6.2"
   }
   }