diff --git a/build/rollup.config.js b/build/rollup.config.js index 47e302b781..656e1e2a77 100644 --- a/build/rollup.config.js +++ b/build/rollup.config.js @@ -44,6 +44,5 @@ module.exports = { * Bootstrap v${pkg.version} (${pkg.homepage}) * Copyright 2011-${year} ${pkg.author} * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - */ - ` + */` } diff --git a/build/uglifyjs.config.json b/build/uglifyjs.config.json index 5085f4186e..c536aed2ba 100644 --- a/build/uglifyjs.config.json +++ b/build/uglifyjs.config.json @@ -1,7 +1,7 @@ { - "output": { - "comments": "/^!/" - }, + "output": { + "comments": "/^!/" + }, "compress": { "typeofs": false }