Browse Source

remove harmony async flags for node 7.10 (#2797)

Scott Cooper 8 years ago
parent
commit
97edfcec4e
2 changed files with 3 additions and 3 deletions
  1. 2 2
      frameworks/JavaScript/koa/package.json
  2. 1 1
      frameworks/JavaScript/koa/setup.sh

+ 2 - 2
frameworks/JavaScript/koa/package.json

@@ -11,9 +11,9 @@
     "koa-bodyparser": "4.2.0",
     "koa-bodyparser": "4.2.0",
     "koa-hbs": "1.0.0-alpha.1",
     "koa-hbs": "1.0.0-alpha.1",
     "koa-router": "7.1.1",
     "koa-router": "7.1.1",
-    "mongoose": "4.9.8",
+    "mongoose": "4.9.10",
     "mysql": "2.13.0",
     "mysql": "2.13.0",
-    "pg": "6.1.5",
+    "pg": "6.2.2",
     "pg-hstore": "2.3.2",
     "pg-hstore": "2.3.2",
     "sequelize": "3.30.4"
     "sequelize": "3.30.4"
   }
   }

+ 1 - 1
frameworks/JavaScript/koa/setup.sh

@@ -3,4 +3,4 @@
 fw_depends mongodb postgresql mysql nodejs
 fw_depends mongodb postgresql mysql nodejs
 
 
 npm install
 npm install
-node --harmony-async-await app &
+node app &