Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix(deps): upgrade to latest version of meow (#616)
  • Loading branch information
JustinBeckwith committed Jan 11, 2021
1 parent b18e766 commit 634bad9
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 634bad9

Please sign in to comment.