Skip to content

Commit 3b176ec

Browse files
authored
Upgrade meow dependency to v5.0.0 (#47)
1 parent a65728a commit 3b176ec

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

index.js

+8-3
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,14 @@ const cli = meow(`
3737
Publish extension (with CLIENT_ID, CLIENT_SECRET, and REFRESH_TOKEN set as env variables)
3838
$ webstore publish --extension-id elomekmlfonmdhmpmdfldcjgdoacjcba
3939
`, {
40-
string: ['_'],
41-
default: {
42-
source: process.cwd()
40+
flags: {
41+
_: {
42+
type: 'string'
43+
},
44+
source: {
45+
type: 'string',
46+
default: process.cwd()
47+
}
4348
}
4449
});
4550

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"chalk": "^1.1.3",
3131
"chrome-webstore-upload": "^0.4.3",
3232
"junk": "^1.0.2",
33-
"meow": "^3.7.0",
33+
"meow": "^5.0.0",
3434
"ora": "^0.2.3",
3535
"pify": "^2.3.0",
3636
"recursive-readdir": "^2.0.0",

0 commit comments

Comments
 (0)