Update async to 2.1.1.

This commit is contained in:
John-David Dalton
2016-10-13 18:17:24 -07:00
parent d2b10de40b
commit 4af0c066ec
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@
"validate": "npm run style && npm run test"
},
"devDependencies": {
"async": "^2.0.1",
"async": "^2.1.1",
"benchmark": "^2.1.1",
"chalk": "^1.1.3",
"codecov.io": "~0.1.6",