aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorSharrell Porter <[email protected]>2017-10-20 07:12:39 -0400
committerSharrell Porter <[email protected]>2017-10-20 07:12:39 -0400
commit4f814fabd6aa198df72e8263350fa60213d13176 (patch)
tree8fbcc6b66212a39be6bb8b1a6811a4f3eb2e901a /package.json
parent77ea66da4dc054b33392d32be152eb1082d305e2 (diff)
parent9a1d81f154f4391f9fea47fc26cd2fa864d6ae8a (diff)
downloadbootstrap-4f814fabd6aa198df72e8263350fa60213d13176.tar.xz
bootstrap-4f814fabd6aa198df72e8263350fa60213d13176.zip
sync-commits erge branch 'v4-dev' into custom-checkboxes-radios-correct-color
Diffstat (limited to 'package.json')
-rw-r--r--package.json19
1 files changed, 10 insertions, 9 deletions
diff --git a/package.json b/package.json
index ba56a1d42..69eb6ae0e 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "bootstrap",
"description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
- "version": "4.0.0-beta",
+ "version": "4.0.0-beta.2",
"keywords": [
"css",
"sass",
@@ -36,12 +36,12 @@
"js-lint": "eslint js/ && eslint --config js/tests/.eslintrc.json --env node build/",
"js-lint-docs": "eslint --config js/tests/.eslintrc.json assets/js/ docs/ sw.js",
"js-compile": "npm-run-all --parallel js-compile-*",
- "js-compile-standalone": "cross-env ROLLUP=true rollup --environment BUNDLE:false --config build/rollup.config.js",
- "js-compile-bundle": "cross-env ROLLUP=true rollup --environment BUNDLE:true --config build/rollup.config.js",
+ "js-compile-standalone": "cross-env ROLLUP=true rollup --environment BUNDLE:false --config build/rollup.config.js --sourcemap",
+ "js-compile-bundle": "cross-env ROLLUP=true rollup --environment BUNDLE:true --config build/rollup.config.js --sourcemap",
"js-compile-plugins": "cross-env PLUGINS=true babel js/src/ --out-dir js/dist/ --source-maps",
"js-minify": "npm-run-all --parallel js-minify-*",
- "js-minify-standalone": "uglifyjs --compress typeofs=false --mangle --comments \"/^!/\" --output dist/js/bootstrap.min.js dist/js/bootstrap.js",
- "js-minify-bundle": "uglifyjs --compress typeofs=false --mangle --comments \"/^!/\" --output dist/js/bootstrap.bundle.min.js dist/js/bootstrap.bundle.js",
+ "js-minify-standalone": "uglifyjs --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-bundle": "uglifyjs --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-docs": "uglifyjs --mangle --comments \"/^!/\" --output assets/js/docs.min.js assets/js/vendor/anchor.min.js assets/js/vendor/clipboard.min.js assets/js/vendor/holder.min.js assets/js/src/application.js assets/js/src/pwa.js",
"js-test": "phantomjs ./node_modules/qunit-phantomjs-runner/runner.js js/tests/index.html 60",
"js-test-cloud": "ruby -r webrick -e \"s = WEBrick::HTTPServer.new(:Port => 3000, :DocumentRoot => Dir.pwd, :Logger => WEBrick::Log.new('/dev/null'), :AccessLog => []); trap('INT') { s.shutdown }; s.start\" & node build/saucelabs-unit-test.js",
@@ -75,16 +75,16 @@
"license": "MIT",
"dependencies": {},
"peerDependencies": {
- "jquery": "^3.0.0",
+ "jquery": "1.9.1 - 3",
"popper.js": "^1.12.3"
},
"devDependencies": {
"autoprefixer": "^7.1.2",
- "babel-cli": "^7.0.0-beta.0",
+ "babel-cli": "7.0.0-beta.2",
"babel-eslint": "^8.0.0",
- "babel-plugin-external-helpers": "^7.0.0-beta.0",
+ "babel-plugin-external-helpers": "7.0.0-beta.2",
"babel-plugin-transform-es2015-modules-strip": "^0.1.1",
- "babel-preset-env": "^2.0.0-beta.0",
+ "babel-preset-env": "2.0.0-beta.2",
"bundlesize": "^0.15.2",
"clean-css-cli": "^4.1.6",
"cross-env": "^5.0.5",
@@ -125,6 +125,7 @@
"build",
"js/.eslintrc.json",
"js/**/*.js",
+ "js/**/*.js.map",
"scss/**/*.scss"
],
"browserslist": [