Merge pull request #156 from acourtiol/bugfix/add-missing-comma

fix(build): add missing comma in footer
This commit is contained in:
Estevão Soares dos Santos 2015-05-28 21:47:06 +01:00
commit a422e69604
4 changed files with 1 additions and 1 deletions

View File

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