Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-sass.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Soule <robsoule3@gmail.com>2016-06-10 10:09:27 +0300
committerChris Rebert <github@chrisrebert.com>2016-06-10 10:09:27 +0300
commit02c61388626f6942a8bcbb2129866a976b093acb (patch)
tree1847db76cdf187c03d60bb0fd39cf86e3e62f273
parent0a64ad76107e0363e0d504287c0f9b88c6679399 (diff)
bower.json: Update jQuery version range to exclude v3 (#1043)
Also makes the range match that of upstream Less-based Bootstrap. Fixes #1042
-rw-r--r--bower.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/bower.json b/bower.json
index ac583e0b..d07f6c04 100644
--- a/bower.json
+++ b/bower.json
@@ -30,7 +30,7 @@
"Gemfile"
],
"dependencies": {
- "jquery": ">= 1.9.0"
+ "jquery": "1.9.1 - 2"
},
"version": "3.3.6"
}