aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohann-S <[email protected]>2017-07-31 12:07:22 +0200
committerXhmikosR <[email protected]>2017-07-31 13:07:22 +0300
commit7641da387ebe56556eed1e2fc4f61af6b83b6bf0 (patch)
tree391925ef34438c90472a8a5d66b5f72f69165114
parent3fb818a957d8d8135f033b648c41d0f869719050 (diff)
downloadbootstrap-7641da387ebe56556eed1e2fc4f61af6b83b6bf0.tar.xz
bootstrap-7641da387ebe56556eed1e2fc4f61af6b83b6bf0.zip
Add semicolon for our dist files in stamp.js (#23182)
-rw-r--r--build/stamp.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/stamp.js b/build/stamp.js
index b76086f1d..f1868d879 100644
--- a/build/stamp.js
+++ b/build/stamp.js
@@ -29,7 +29,7 @@ if (typeof jQuery === 'undefined') {
(function () {
`
const stampEnd = `
-})()`
+})();`
process.stdout.write(stampTop)