Skip to content

Commit

Permalink
Solves TypeError when using meow with zeit/pkg (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagodp authored and sindresorhus committed Apr 25, 2018
1 parent 51ce745 commit 8ff7973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -26,7 +26,7 @@ module.exports = (helpMessage, opts) => {
pkg: readPkgUp.sync({
cwd: parentDir,
normalize: false
}).pkg,
}).pkg || {},
argv: process.argv.slice(2),
inferType: false,
input: 'string',
Expand Down

0 comments on commit 8ff7973

Please sign in to comment.