mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
fix(build): add missing comma in footer
This commit is contained in:
parent
34a155733b
commit
53155088cb
|
@ -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
BIN
dist/showdown.js
vendored
Binary file not shown.
BIN
dist/showdown.js.map
vendored
BIN
dist/showdown.js.map
vendored
Binary file not shown.
BIN
dist/showdown.min.js
vendored
BIN
dist/showdown.min.js
vendored
Binary file not shown.
Loading…
Reference in New Issue
Block a user