diff options
| author | Mark Otto <[email protected]> | 2017-10-22 14:26:49 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-10-22 14:26:49 -0700 |
| commit | 1f42d79561d3931b91e09e5d1d04b3a4ce9aa431 (patch) | |
| tree | f965c8296c54cd4625af34ad4fe3aefe8e7682f6 /package.json | |
| parent | 58e553d7bcdd440cafa13a4a9b97cc293dbfcb04 (diff) | |
| parent | 29d58fb758683db42c2d716ac654dea3ab6063c7 (diff) | |
| download | bootstrap-1f42d79561d3931b91e09e5d1d04b3a4ce9aa431.tar.xz bootstrap-1f42d79561d3931b91e09e5d1d04b3a4ce9aa431.zip | |
Merge branch 'v4-dev' into btn_input_split_variables
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 2e533f873..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", @@ -75,7 +75,7 @@ "license": "MIT", "dependencies": {}, "peerDependencies": { - "jquery": "^3.0.0", + "jquery": "1.9.1 - 3", "popper.js": "^1.12.3" }, "devDependencies": { |
