diff options
| author | Chris Rebert <[email protected]> | 2015-07-27 16:43:11 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-07-27 16:43:11 -0700 |
| commit | 76594dbb6aed95f3d50dce9af029aa4abeac0845 (patch) | |
| tree | 00d5a92766a3b18221e118d4ad777289b7825374 /bower.json | |
| parent | ef1ce9ac0bbe7dbd513c2d603e3541fcdeac24ef (diff) | |
| parent | 9b1a213cf758e1b60e20c59a721a63e13da098f7 (diff) | |
| download | bootstrap-76594dbb6aed95f3d50dce9af029aa4abeac0845.tar.xz bootstrap-76594dbb6aed95f3d50dce9af029aa4abeac0845.zip | |
Merge pull request #16896 from twbs/jquery-3
Bootstrap v3 does not currently claim to be compatible with jQuery v3
Diffstat (limited to 'bower.json')
| -rw-r--r-- | bower.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bower.json b/bower.json index 686bcf1ae..58ae0935b 100644 --- a/bower.json +++ b/bower.json @@ -29,6 +29,6 @@ "test-infra" ], "dependencies": { - "jquery": ">= 1.9.1" + "jquery": "1.9.1 - 2" } } |
