We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 744a8c6 commit fba5037Copy full SHA for fba5037
src/main.ts
@@ -46,7 +46,7 @@ function main(task: Promise<any>): void {
46
.catch(fatal)
47
.then(() => {
48
if (latestVersion && semver.gt(latestVersion, pkg.version)) {
49
- log.warn(`\nThe latest version of ${pkg.name} is ${latestVersion} and you have ${pkg.version}.\nUpdate it now: npm install -g ${pkg.name}`);
+ log.info(`\nThe latest version of ${pkg.name} is ${latestVersion} and you have ${pkg.version}.\nUpdate it now: npm install -g ${pkg.name}`);
50
} else {
51
token.cancel();
52
}
0 commit comments