Ping async to 1.0.0 to work around context propagation

This commit is contained in:
Raymond Feng 2015-06-16 13:43:06 -07:00
parent 97f905ff1f
commit 8302b2480d
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
"should": "^5.0.0" "should": "^5.0.0"
}, },
"dependencies": { "dependencies": {
"async": "^1.0.0", "async": "~1.0.0",
"debug": "^2.1.1", "debug": "^2.1.1",
"depd": "^1.0.0", "depd": "^1.0.0",
"inflection": "^1.6.0", "inflection": "^1.6.0",