Skip to content

Commit

Permalink
Add datepicker3.css to main assets for bower/composer
Browse files Browse the repository at this point in the history
  • Loading branch information
eternicode committed Dec 10, 2013
1 parent 0890a74 commit c51f11c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,7 +1,7 @@
{
"name": "bootstrap-datepicker",
"version": "1.1.1",
"main": ["js/bootstrap-datepicker.js","css/datepicker.css"],
"main": ["js/bootstrap-datepicker.js", "css/datepicker.css", "css/datepicker3.css"],
"dependencies": {
"jquery" : ">=1.7.1",
"bootstrap" : ">=3.0 <4.0"
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Expand Up @@ -12,7 +12,8 @@
"js/bootstrap-datepicker.js"
],
"styles": [
"css/datepicker.css"
"css/datepicker.css",
"css/datepicker3.css"
]
}
}
Expand Down

0 comments on commit c51f11c

Please sign in to comment.