We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 744a8c6 + fba5037 commit 5d2af9cCopy full SHA for 5d2af9c
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