Skip to content

Commit

Permalink
Merge pull request #2 from DaniruKun/master
Browse files Browse the repository at this point in the history
Add missing yargs dependency
  • Loading branch information
uetchy authored Nov 4, 2021
2 parents e4890b5 + cc114ab commit b7e158f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"dependencies": {
"epicfail": "^3.0.0",
"masterchat": "^0.11.0",
"vm2": "^3.9.3"
"vm2": "^3.9.3",
"yargs": "^17.2.1"
},
"devDependencies": {
"@types/jest": "^27.0.1",
Expand Down

0 comments on commit b7e158f

Please sign in to comment.