Closed fisker closed 3 years ago
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.
Sorry, I should search first.
When cli is "module", this line will fail.