diff options
| author | Heinrich Fenkart <[email protected]> | 2014-10-23 06:15:36 +0200 |
|---|---|---|
| committer | Heinrich Fenkart <[email protected]> | 2014-10-23 06:15:36 +0200 |
| commit | 9814256736fce32674c55a792b3b56185f50d47c (patch) | |
| tree | d4f954195d030701b18fdaccd65c9f18034dc98d /bower.json | |
| parent | fe511484343064a344d64cfedd5b10bfb2409823 (diff) | |
| parent | 1604af041b238c90d52f851c7601204e25fca2be (diff) | |
| download | bootstrap-9814256736fce32674c55a792b3b56185f50d47c.tar.xz bootstrap-9814256736fce32674c55a792b3b56185f50d47c.zip | |
Merge pull request #14852 from twbs/jquery-version-check
Add jQuery version check to existing jQuery presence check
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 24603e6b6..8ede24925 100644 --- a/bower.json +++ b/bower.json @@ -33,6 +33,6 @@ "test-infra" ], "dependencies": { - "jquery": ">= 1.9.0" + "jquery": ">= 1.9.1" } } |
