Skip to content

Commit a5c6995

Browse files
committed
👌 IMPROVE: meow without ESM for now
1 parent 577962d commit a5c6995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/generate.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ module.exports = async () => {
3030
);
3131
process.chdir(outDirPath);
3232
const pkgs = [
33-
`meow@latest`,
33+
`meow@9.0.0`,
3434
`chalk@latest`,
3535
`cli-alerts@latest`,
3636
`cli-welcome@latest`,

0 commit comments

Comments
 (0)