Skip to content

Commit

Permalink
chore: updated banner in gruntfile
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyTheTank committed Dec 2, 2015
1 parent 6caffca commit 662672b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module.exports = function(grunt) {
}
},
options: {
banner: '\n/*! <%= pkg.name %> <%= grunt.template.today("dd-mm-yyyy") %> */\n',
banner: '\n/*! <%= pkg.name %> v<%= pkg.version %> (<%= grunt.template.today("dd-mm-yyyy") %>) by <%= pkg.author %> */\n',
}
},
watch: {
Expand Down

0 comments on commit 662672b

Please sign in to comment.