Skip to content

Commit 3350f25

Browse files
author
An Phan
committed
Minor improvements for 2.x warning
1 parent a928f1a commit 3350f25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/warnings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module.exports = {
1212
v2BranchIsNowDefault: function (template, name) {
1313
var vue1InitCommand = 'vue init ' + template + '#1.0' + ' ' + name
1414

15-
console.log(chalk.red(' This will install Vue 2.x version of template.'))
15+
console.log(chalk.green(' This will install Vue 2.x version of the template.'))
1616
console.log()
1717
console.log(chalk.yellow(' For Vue 1.x use: ') + chalk.green(vue1InitCommand))
1818
console.log()

0 commit comments

Comments
 (0)