Skip to content

Commit d5636d7

Browse files
committed
fix(app): removed async dependency
1 parent 0a2bf2a commit d5636d7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

templates/common/_package.json

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"version": "0.0.0",
44
"dependencies": {
55
"express": "~3.4.3"<% if (mongo) { %>,
6-
"async": "~0.2.9",
76
"lodash": "~2.4.1",
87
"mongoose": "~3.5.5"<% } %><% if (mongo && mongoPassportUser) { %>,
98
"mongoose-unique-validator": "~0.3.0",

0 commit comments

Comments
 (0)