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:
authorChris Rebert <github@chrisrebert.com>2016-07-24 04:09:53 +0300
committerGitHub <noreply@github.com>2016-07-24 04:09:53 +0300
commitd4dc758d9f79661dded7d5ab8a71cef45c9899d9 (patch)
tree4c33f4176dc047c493e1dd9d3f610988d1844447
parent27e7ac883193b0c7b33792c1244683bc085617a2 (diff)
bower.json: Allow jQuery v3 (#1061)
Fixes #1048 Refs https://github.com/twbs/bootstrap/issues/16834
-rw-r--r--bower.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/bower.json b/bower.json
index d07f6c04..1194b01b 100644
--- a/bower.json
+++ b/bower.json
@@ -30,7 +30,7 @@
"Gemfile"
],
"dependencies": {
- "jquery": "1.9.1 - 2"
+ "jquery": "1.9.1 - 3"
},
- "version": "3.3.6"
+ "version": "3.3.7"
}