Parcourir la source

Increment mongo to latest in Node test

Edward Bramanti il y a 10 ans
Parent
commit
bd6f954ed6
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      frameworks/JavaScript/nodejs/package.json

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

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