Merge pull request #171 from ChristianMurphy/update-async
Update Async.js
This commit is contained in:
commit
32aabcab69
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue