Browse Source

将async包引进

thm 8 years ago
parent
commit
8f6e4638c1
1 changed files with 2 additions and 1 deletions
  1. 2 1
      package.json

+ 2 - 1
package.json

@@ -14,6 +14,7 @@
     "dependencies": {
         "restify": "^4.0.3",
         "sequelize": "^3.13.0",
-        "tedious": "^1.13.1"
+        "tedious": "^1.13.1",
+        "async":"^2.1.4"
     }
 }