diff options
| author | Martijn Cuppens <[email protected]> | 2020-03-20 12:30:41 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-03-20 12:30:41 +0100 |
| commit | 4a37677dda9ad4370bbcc46b44e63d0733ecb8e5 (patch) | |
| tree | 05f44ec15481d5ade0aff94a89ab86ca23025f8c /package.json | |
| parent | 7fc4037a02910fa7590fa9e21387fb6e3d325755 (diff) | |
| parent | 81223ee0412cc937cde108242e93b4407f6cede5 (diff) | |
| download | bootstrap-4a37677dda9ad4370bbcc46b44e63d0733ecb8e5.tar.xz bootstrap-4a37677dda9ad4370bbcc46b44e63d0733ecb8e5.zip | |
Merge branch 'master' into underline-links
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json index 89b6e1463..0cd88af0c 100644 --- a/package.json +++ b/package.json @@ -37,9 +37,9 @@ "js-compile-plugins": "node build/build-plugins.js", "js-lint": "eslint --cache --cache-location .cache/.eslintcache --report-unused-disable-directives .", "js-minify": "npm-run-all --parallel js-minify-*", - "js-minify-standalone": "terser --compress typeofs=false --mangle --comments \"/^!/\" --source-map \"content=dist/js/bootstrap.js.map,includeSources,url=bootstrap.min.js.map\" --output dist/js/bootstrap.min.js dist/js/bootstrap.js", + "js-minify-standalone": "terser --compress --mangle --comments \"/^!/\" --source-map \"content=dist/js/bootstrap.js.map,includeSources,url=bootstrap.min.js.map\" --output dist/js/bootstrap.min.js dist/js/bootstrap.js", "js-minify-standalone-esm": "terser --compress --mangle --comments \"/^!/\" --source-map \"content=dist/js/bootstrap.esm.js.map,includeSources,url=bootstrap.esm.min.js.map\" --output dist/js/bootstrap.esm.min.js dist/js/bootstrap.esm.js", - "js-minify-bundle": "terser --compress typeofs=false --mangle --comments \"/^!/\" --source-map \"content=dist/js/bootstrap.bundle.js.map,includeSources,url=bootstrap.bundle.min.js.map\" --output dist/js/bootstrap.bundle.min.js dist/js/bootstrap.bundle.js", + "js-minify-bundle": "terser --compress --mangle --comments \"/^!/\" --source-map \"content=dist/js/bootstrap.bundle.js.map,includeSources,url=bootstrap.bundle.min.js.map\" --output dist/js/bootstrap.bundle.min.js dist/js/bootstrap.bundle.js", "js-test": "npm-run-all --parallel js-test-karma js-test-integration", "js-debug": "cross-env DEBUG=true karma start js/tests/karma.conf.js", "js-test-karma": "karma start js/tests/karma.conf.js", @@ -118,21 +118,21 @@ "karma-jasmine": "^3.1.1", "karma-jasmine-html-reporter": "^1.5.2", "karma-rollup-preprocessor": "^7.0.3", - "linkinator": "^2.0.3", + "linkinator": "^2.0.4", "lockfile-lint": "^4.1.0", "node-sass": "^4.13.1", "nodemon": "^2.0.2", "npm-run-all": "^4.1.5", "popper.js": "^1.16.0", "postcss-cli": "^7.1.0", - "rollup": "^2.0.6", + "rollup": "^2.1.0", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-istanbul": "^2.0.1", "serve": "^11.3.0", "shelljs": "^0.8.3", "stylelint": "^13.2.1", "stylelint-config-twbs-bootstrap": "^2.0.1", - "terser": "^4.6.6", + "terser": "^4.6.7", "vnu-jar": "20.3.16" }, "files": [ |
