@@ -8,7 +8,7 @@ var dest = './dist',
headerText,
headerTemplate =
'/*\n' +
- ' VueJS v{{version}}\n' +
+ ' Vue.js v{{version}}\n' +
' (c) 2014 Evan You\n' +
' License: MIT\n' +
'*/\n'
@@ -20,6 +20,7 @@ module.exports = function (grunt) {
.then('git tag v' + version)
.then('git push')
.then('git push origin v' + version)
+ .then('npm publish')
.run(this.async(), function (err) {
grunt.fail.fatal(err)
})