Skip to content

Commit

Permalink
add Bootstrap as a peerDependency. Update version to allow v4.
Browse files Browse the repository at this point in the history
  • Loading branch information
caseyjhol committed Apr 19, 2018
1 parent 585dae8 commit 943f515
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
"replacement"
],
"dependencies": {
"jquery": ">=1.8"
"jquery": ">=1.8",
"bootstrap": ">=3.0.0"
},
"license": "MIT",
"ignore": [
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"license": "MIT",
"suggest": {
"components/jquery": ">=1.8",
"twbs/bootstrap": "~3.0.0"
"twbs/bootstrap": ">=3.0.0"
}
}
1 change: 1 addition & 0 deletions nuget/bootstrap-select.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<dependencies>
<dependency id="jQuery" version="1.8.0" />
<dependency id="bootstrap" version="3.0.0" />
</dependencies>
</metadata>
<files>
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"license": "MIT",
"dependencies": {},
"peerDependencies": {
"jquery": ">=1.8"
"jquery": ">=1.8",
"bootstrap": ">=3.0.0"
},
"devDependencies": {
"grunt": "^1.0.1",
Expand Down

0 comments on commit 943f515

Please sign in to comment.