Skip to content

Commit

Permalink
Minor improvements for 2.x warning
Browse files Browse the repository at this point in the history
  • Loading branch information
An Phan committed Dec 7, 2016
1 parent a928f1a commit 3350f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/warnings.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = {
v2BranchIsNowDefault: function (template, name) {
var vue1InitCommand = 'vue init ' + template + '#1.0' + ' ' + name

console.log(chalk.red(' This will install Vue 2.x version of template.'))
console.log(chalk.green(' This will install Vue 2.x version of the template.'))
console.log()
console.log(chalk.yellow(' For Vue 1.x use: ') + chalk.green(vue1InitCommand))
console.log()
Expand Down

0 comments on commit 3350f25

Please sign in to comment.