Skip to content

Commit

Permalink
Upgrade meow dependency to v5.0.0 (#47)
Browse files Browse the repository at this point in the history
AprilSylph authored Sep 13, 2021
1 parent a65728a commit 3b176ec
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
@@ -37,9 +37,14 @@ const cli = meow(`
Publish extension (with CLIENT_ID, CLIENT_SECRET, and REFRESH_TOKEN set as env variables)
$ webstore publish --extension-id elomekmlfonmdhmpmdfldcjgdoacjcba
`, {
string: ['_'],
default: {
source: process.cwd()
flags: {
_: {
type: 'string'
},
source: {
type: 'string',
default: process.cwd()
}
}
});

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@
"chalk": "^1.1.3",
"chrome-webstore-upload": "^0.4.3",
"junk": "^1.0.2",
"meow": "^3.7.0",
"meow": "^5.0.0",
"ora": "^0.2.3",
"pify": "^2.3.0",
"recursive-readdir": "^2.0.0",

0 comments on commit 3b176ec

Please sign in to comment.