diff --git a/Gruntfile.js b/Gruntfile.js index 458b2fa..2381e6b 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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: [ diff --git a/dist/showdown.js b/dist/showdown.js index 9bac0cb..77b63da 100644 Binary files a/dist/showdown.js and b/dist/showdown.js differ diff --git a/dist/showdown.js.map b/dist/showdown.js.map index 2694b8f..ddd6b41 100644 Binary files a/dist/showdown.js.map and b/dist/showdown.js.map differ diff --git a/dist/showdown.min.js b/dist/showdown.min.js index 512c537..37e3578 100644 Binary files a/dist/showdown.min.js and b/dist/showdown.min.js differ