Skip to content

Commit

Permalink
fix(deps): upgrade to latest version of meow (google#616)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored and nevilm-lt committed Apr 22, 2022
1 parent 799dffc commit 731b9dc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 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
Expand Up @@ -53,7 +53,7 @@
"eslint-plugin-prettier": "^3.1.4",
"execa": "^5.0.0",
"inquirer": "^7.3.3",
"meow": "^8.0.0",
"meow": "^9.0.0",
"json5": "^2.1.3",
"ncp": "^2.0.0",
"prettier": "^2.1.2",
Expand Down
2 changes: 1 addition & 1 deletion src/cli.ts
Expand Up @@ -80,7 +80,7 @@ const cli = meow({
help: {type: 'boolean'},
yes: {type: 'boolean', alias: 'y'},
no: {type: 'boolean', alias: 'n'},
'dry-run': {type: 'boolean'},
dryRun: {type: 'boolean'},
yarn: {type: 'boolean'},
},
});
Expand Down

0 comments on commit 731b9dc

Please sign in to comment.