Skip to content

Conversation

@thiagodp
Copy link
Contributor

Closes #84

@sindresorhus sindresorhus changed the title Solves TypeError when using meow with zeit/pkg (#84) Solves TypeError when using meow with zeit/pkg Apr 25, 2018
index.js Outdated
minimistOpts = buildMinimistOptions(minimistOpts);

const pkg = opts.pkg;
const pkg = opts.pkg || {};
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Better to place this on line 29, where the other logic is.

@thiagodp
Copy link
Contributor Author

Updated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants