Merge pull request #171 from ChristianMurphy/update-async

Update Async.js
master
Jarrett Cruger 2015-08-19 12:31:23 -04:00
commit 32aabcab69
1 changed files with 3 additions and 3 deletions

View File

@ -13,9 +13,9 @@
"plugabble"
],
"dependencies": {
"async": "~0.9.0",
"ini": "1.x.x",
"yargs": "~3.15.0"
"async": "^1.4.0",
"ini": "^1.3.0",
"yargs": "^3.19.0"
},
"devDependencies": {
"vows": "0.8.x"