Skip to content

Commit

Permalink
async is now a dependency
Browse files Browse the repository at this point in the history
this fixes indexzero#408
  • Loading branch information
tmtron committed Jun 10, 2022
1 parent ce212b2 commit cbd0c43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
],
"dependencies": {
"ini": "^2.0.0",
"yargs": "^17.0.0"
"yargs": "^17.0.0",
"async": "^3.0.0"
},
"devDependencies": {
"async": "^3.0.0",
"coveralls": "^3.0.2",
"eslint": "^8.0.0",
"istanbul": "^0.4.1",
Expand Down

0 comments on commit cbd0c43

Please sign in to comment.