Update async to 2.1.2.

This commit is contained in:
John-David Dalton
2016-10-19 08:35:58 -07:00
parent 26ee0c5c2a
commit 2d21faf68a
2 changed files with 8 additions and 2 deletions

View File

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