diff options
| author | Heinrich Fenkart <[email protected]> | 2014-10-22 20:52:15 +0200 |
|---|---|---|
| committer | Heinrich Fenkart <[email protected]> | 2014-10-23 05:57:15 +0200 |
| commit | 1604af041b238c90d52f851c7601204e25fca2be (patch) | |
| tree | ac00e7a4e526127e42e6d75462408783b9ce53b2 /bower.json | |
| parent | 57e4b587828e79962dabe97e9e8ce3c231d7a820 (diff) | |
| download | bootstrap-1604af041b238c90d52f851c7601204e25fca2be.tar.xz bootstrap-1604af041b238c90d52f851c7601204e25fca2be.zip | |
Add jQuery version check to existing jQuery presence check
Fixes #14809.
Closes #14825.
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" } } |
