Skip to content

Commit

Permalink
add the async module to the package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
peecky committed Mar 28, 2014
1 parent 44087de commit 336598a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"formidable": ">=1.0.11",
"imagemagick": ">=0.1.2",
"lodash": ">= 0.9.2",
"mkdirp": ">= 0.3.4"
"mkdirp": ">= 0.3.4",
"async": "*"
},
"engines": {
"node": ">= 0.8.8"
Expand Down

0 comments on commit 336598a

Please sign in to comment.