Skip to content

Commit

Permalink
Update meow
Browse files Browse the repository at this point in the history
Includes fix for sindresorhus/meow#162
  • Loading branch information
voxpelli committed Jan 28, 2021
1 parent f61e047 commit 65a9bb7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion cli.js
Expand Up @@ -8,7 +8,6 @@ const meow = require('meow');

const installedCheck = require('installed-check-core');

// FIXME: When https://github.com/sindresorhus/meow/pull/162 is released, upgrade meow
const cli = meow(`
Usage
$ installed-check <path to module folder>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -27,7 +27,7 @@
"dependencies": {
"chalk": "^4.1.0",
"installed-check-core": "^4.0.1",
"meow": "^7.1.1"
"meow": "^9.0.0"
},
"devDependencies": {
"@types/node": "^12.19.0",
Expand Down

0 comments on commit 65a9bb7

Please sign in to comment.