fix(build): add missing comma in footer

This commit is contained in:
Alexandre Courtiol 2015-05-28 13:50:57 +02:00
parent 34a155733b
commit 53155088cb
4 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ module.exports = function (grunt) {
options: {
sourceMap: true,
banner: ';/*! <%= pkg.name %> <%= grunt.template.today("dd-mm-yyyy") %> */\n(function(){\n',
footer: '}).call(this)'
footer: '}).call(this);'
},
dist: {
src: [

BIN
dist/showdown.js vendored

Binary file not shown.

BIN
dist/showdown.js.map vendored

Binary file not shown.

BIN
dist/showdown.min.js vendored

Binary file not shown.