We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
sindresorhus
Learn more about funding links in repositories.
Report abuse
1 parent bbab826 commit 72e377dCopy full SHA for 72e377d
cli.js
@@ -18,13 +18,13 @@ const cli = meow(`
18
flags: {
19
force: {
20
type: 'boolean',
21
- alias: 'f'
+ alias: 'f',
22
},
23
dryRun: {
24
25
- alias: 'd'
26
- }
27
+ alias: 'd',
+ },
28
});
29
30
(async () => {
package.json
@@ -51,12 +51,12 @@
51
],
52
"dependencies": {
53
"del": "^6.0.0",
54
- "meow": "^10.0.1"
+ "meow": "^10.1.0"
55
56
"devDependencies": {
57
"ava": "^3.15.0",
58
"execa": "^5.1.1",
59
"temp-write": "^5.0.0",
60
- "xo": "^0.40.2"
+ "xo": "^0.41.0"
61
}
62
0 commit comments