Skip to content

Commit 74bbfa3

Browse files
committed
[update-plugin] - message updated
Signed-off-by: ashish <[email protected]>
1 parent e336089 commit 74bbfa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@
8080
"@oclif/plugin-autocomplete"
8181
],
8282
"warn-if-update-available": {
83-
"timeoutInDays": 7,
84-
"message": "<%= chalk.blue(config.name) %> update available from <%= chalk.greenBright(config.version) %> to <%= chalk.greenBright(latest) %>."
83+
"timeoutInDays": 3,
84+
"message": "<%= chalk.green(config.name) %> update available from <%= chalk.greenBright(config.version) %> to <%= chalk.greenBright(latest) %>,\nuse npm install -g @codingtools/cdt to update."
8585
}
8686
},
8787
"repository": {

0 commit comments

Comments
 (0)