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

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2015-11-16 10:21:02 +0300
committerXhmikosR <xhmikosr@gmail.com>2015-11-16 10:28:28 +0300
commitadd3ce38f78094787634f6a145ad14bdfad57bb2 (patch)
tree8fc40d8e1e6efb36c6016a0c08f38203e0f3c0b2 /bower.json
parent7a2ba9a22413b113a54ca8644a84cbd69f28d20e (diff)
Revert "Make jQuery 2.0 the minimum supported version."
This partially reverts commit 9eded912a05082a89ef30b899bbe659cb9ce254c.
Diffstat (limited to 'bower.json')
-rw-r--r--bower.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/bower.json b/bower.json
index b7e9f645f2..0d24a6392c 100644
--- a/bower.json
+++ b/bower.json
@@ -29,6 +29,6 @@
"test-infra"
],
"dependencies": {
- "jquery": "2"
+ "jquery": "1.9.1 - 2"
}
}