Skip to content

Commit

Permalink
async v1.1 has a breaking change - see caolan/async#782
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jun 7, 2015
1 parent d00f8a8 commit f83c5da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"jscs": "jscs test/*.js lib/*.js example/simple.js example/complex.js"
},
"dependencies": {
"async": "^1.0.0",
"async": "~1.0.0",
"qs": "^3.1.0",
"formidable": "^1.0.17",
"is": "^3.0.1",
Expand Down

0 comments on commit f83c5da

Please sign in to comment.