Skip to content

Commit

Permalink
Merge pull request #79 from frapontillo/patch-1
Browse files Browse the repository at this point in the history
Include CSS in bower.json main
  • Loading branch information
istvan-ujjmeszaros committed Sep 23, 2015
2 parents bc12a3a + 42bfd5d commit a47811c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion bower.json
Expand Up @@ -9,7 +9,10 @@
}
],
"description": "A responsive dual listbox widget optimized for Twitter Bootstrap. It works on all modern browsers and on touch devices.",
"main": "src/jquery.bootstrap-duallistbox.js",
"main": [
"src/jquery.bootstrap-duallistbox.js",
"src/bootstrap-duallistbox.css"
],
"dependencies": {
"jquery": "~2.0.3",
"bootstrap": ">=2.3.2"
Expand Down

0 comments on commit a47811c

Please sign in to comment.