Skip to content

Commit

Permalink
chore: downgrade yargs to v14
Browse files Browse the repository at this point in the history
- allows us to support Node v6 and v8 for now
  • Loading branch information
ErisDS committed Apr 2, 2020
1 parent 309d2b4 commit 16487a0
Show file tree
Hide file tree
Showing 2 changed files with 198 additions and 29 deletions.
225 changes: 197 additions & 28 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dependencies": {
"neo-async": "^2.6.0",
"source-map": "^0.6.1",
"yargs": "^15.3.1"
"yargs": "^14.2.3"
},
"optionalDependencies": {
"uglify-js": "^3.1.4"
Expand Down

0 comments on commit 16487a0

Please sign in to comment.