Skip to content

Commit

Permalink
chore: additional bug fixes to yargs@15.x.s
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Mar 2, 2020
1 parent b828c11 commit db6ab71
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
3 changes: 1 addition & 2 deletions lib/cli/options.js
Expand Up @@ -38,8 +38,7 @@ const {isNodeFlag} = require('./node-flags');
const YARGS_PARSER_CONFIG = {
'combine-arrays': true,
'short-option-groups': false,
'dot-notation': false,
'greedy-arrays': false
'dot-notation': false
};

/**
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -64,8 +64,8 @@
"supports-color": "6.0.0",
"which": "1.3.1",
"wide-align": "1.1.3",
"yargs": "15.2.0",
"yargs-parser": "17.1.0",
"yargs": "15.3.0-beta.0",
"yargs-parser": "18.0.0",
"yargs-unparser": "1.6.0"
},
"devDependencies": {
Expand Down

0 comments on commit db6ab71

Please sign in to comment.