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>2017-10-19 19:02:27 +0300
committerMark Otto <markd.otto@gmail.com>2017-10-19 19:02:27 +0300
commitd763d019ad3f61bb78c85f9dc2f7b842c8357e71 (patch)
tree5d1ee36287fe858869128711035bd695e2e09c05 /package.json
parent0c67ab1fa67f85b34daf552ac3a709c80448886a (diff)
Make 1.9.1 the minimum jQuery version again. (#24434)
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 2e533f8731..303448fae3 100644
--- a/package.json
+++ b/package.json
@@ -75,7 +75,7 @@
"license": "MIT",
"dependencies": {},
"peerDependencies": {
- "jquery": "^3.0.0",
+ "jquery": "1.9.1 - 3",
"popper.js": "^1.12.3"
},
"devDependencies": {