• Chris Rebert's avatar
    Support jQuery v3 in Bootstrap v4 (#20191) · ed3ba474
    Chris Rebert authored
    * bower.json, package.json: Extend jQuery version ranges to include v3
    * NuGet: Bump jQuery to v3.0.0.1
    * Docs+Examples: Update jQuery to v3.0.0
    * Use jQuery v3.0.0 for JS unit tests
    * Update jqueryVersionCheck to allow jQuery v3.x.x
    ed3ba474
bower.json 665 bytes
  "name": "bootstrap",
  "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
  "keywords": [
    "css",
    "js",
    "sass",
    "mobile-first",
    "responsive",
    "front-end",
    "framework",
    "web"
  "homepage": "http://getbootstrap.com",
  "license": "MIT",
  "moduleType": "globals",
  "main": [
    "scss/bootstrap.scss",
    "dist/js/bootstrap.js"
  "ignore": [
    "/.*",
    "_config.yml",
    "CNAME",
    "composer.json",
    "CONTRIBUTING.md",
    "docs",
    "js/tests",
    "test-infra"
  "dependencies": {
    "jquery": "1.9.1 - 3",
    "tether": "^1.1.1"