sindresorhus / meow

🐈 CLI app helper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't work on "module" package

fisker opened this issue · comments

When cli is "module", this line will fail.

It's working fine for me: https://github.com/sindresorhus/to-double-quotes-cli/blob/c6286625d06140f35f1138597a125fb353497a09/package.json#L13

We do need to remove that line for when meow moves to ESM, but meow should be fully ESM compatible already as ESM can import CommonJS.

#176

Sorry, I should search first.