Skip to content

Commit af324aa

Browse files
committed
Use components/bootstrap instead of twbs/bootstrap for Composer.
1 parent 5ba8b5b commit af324aa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bootstrap-hover-dropdown",
3-
"version": "2.0.9",
3+
"version": "2.0.10",
44
"description": "An unofficial Bootstrap plugin to enable Bootstrap dropdowns to activate on hover and provide a nice user experience.",
55
"main": "./bootstrap-hover-dropdown.js",
66
"keywords": [

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cwspear/bootstrap-hover-dropdown",
3-
"version": "2.0.9",
3+
"version": "2.0.10",
44
"type": "component",
55
"description": "An unofficial Bootstrap plugin to enable Bootstrap dropdowns to activate on hover and provide a nice user experience.",
66
"keywords": [
@@ -18,7 +18,7 @@
1818
}],
1919
"require": {
2020
"components/jquery": "dev-master",
21-
"twbs/bootstrap": "3.1.*@dev"
21+
"components/bootstrap": "dev-master"
2222
},
2323
"extra": {
2424
"component": {

0 commit comments

Comments
 (0)