Skip to content

Commit

Permalink
update jQuery version range
Browse files Browse the repository at this point in the history
  • Loading branch information
caseyjhol committed Apr 19, 2018
1 parent 943f515 commit f9bb96e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"replacement"
],
"dependencies": {
"jquery": ">=1.8",
"jquery": "1.9.1 - 3",
"bootstrap": ">=3.0.0"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
],
"license": "MIT",
"suggest": {
"components/jquery": ">=1.8",
"components/jquery": "1.9.1 - 3",
"twbs/bootstrap": ">=3.0.0"
}
}
2 changes: 1 addition & 1 deletion nuget/bootstrap-select.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<tags>javascript jquery form bootstrap dropdown select replacement</tags>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<dependencies>
<dependency id="jQuery" version="1.8.0" />
<dependency id="jQuery" version="[1.9.1, 4)" />
<dependency id="bootstrap" version="3.0.0" />
</dependencies>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"license": "MIT",
"dependencies": {},
"peerDependencies": {
"jquery": ">=1.8",
"jquery": "1.9.1 - 3",
"bootstrap": ">=3.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit f9bb96e

Please sign in to comment.