• 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
package.json 1.74 KiB
  "name": "react-scripts",
  "version": "1.0.14",
  "description": "Configuration and scripts for Create React App.",
  "repository": "facebookincubator/create-react-app",
  "license": "MIT",
  "engines": {
    "node": ">=6"
  },
  "bugs": {
    "url": "https://github.com/facebookincubator/create-react-app/issues"
  "files": [
    "bin",
    "config",
    "scripts",
    "template",
    "utils"
  "bin": {
    "react-scripts": "./bin/react-scripts.js"
  "dependencies": {
  "devDependencies": {
  "optionalDependencies": {