We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8833a01 commit e89815dCopy full SHA for e89815d
utils/generate.js
@@ -30,13 +30,13 @@ module.exports = async () => {
30
);
31
process.chdir(outDirPath);
32
const pkgs = [
33
- `meow`,
34
- `chalk`,
35
- `cli-alerts`,
36
- `cli-welcome`,
37
- `cli-meow-help`,
38
- `cli-handle-error`,
39
- `cli-handle-unhandled`
+ `meow@latest`,
+ `chalk@latest`,
+ `cli-alerts@latest`,
+ `cli-welcome@latest`,
+ `cli-meow-help@latest`,
+ `cli-handle-error@latest`,
+ `cli-handle-unhandled@latest`
40
];
41
42
await execa(`npm`, [`install`, ...pkgs]);
0 commit comments