Skip to content

Commit

Permalink
fix: yargs was incompatible with node 10
Browse files Browse the repository at this point in the history
  • Loading branch information
lquixada committed Aug 4, 2021
1 parent 7906fcf commit f524a52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"webpack": "5.48.0",
"webpack-cli": "4.7.2",
"whatwg-fetch": "3.0.0",
"yargs": "17.0.1"
"yargs": "16.2.0"
},
"files": [
"dist",
Expand Down

0 comments on commit f524a52

Please sign in to comment.