Skip to content

Commit c1d1e17

Browse files
committed
async library dependency to point current latest.
1 parent 847f57f commit c1d1e17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
],
1111
"version": "0.1.7",
1212
"dependencies": {
13+
"async": "^1.5.0",
1314
"formidable": ">=1.0.11",
1415
"imagemagick": ">=0.1.2",
1516
"lodash": ">= 0.9.2",
16-
"mkdirp": ">= 0.3.4",
17-
"async": "*"
17+
"mkdirp": ">= 0.3.4"
1818
},
1919
"engines": {
2020
"node": ">= 0.8.8"

0 commit comments

Comments
 (0)