We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 577962d commit a5c6995Copy full SHA for a5c6995
utils/generate.js
@@ -30,7 +30,7 @@ module.exports = async () => {
30
);
31
process.chdir(outDirPath);
32
const pkgs = [
33
- `meow@latest`,
+ `meow@9.0.0`,
34
`chalk@latest`,
35
`cli-alerts@latest`,
36
`cli-welcome@latest`,
0 commit comments