Gabriel 7653a33fef Remove legacy distribution css from bower.json
Only the main CSS file is listed as main.
2015-06-25 16:15:42 +02:00

14 lines
257 B
JSON

{
"name": "bootstrap-datepicker",
"version": "1.4.1-dev",
"main": [
"dist/css/bootstrap-datepicker3.css",
"dist/js/bootstrap-datepicker.min.js"
],
"license": "Apache-2.0",
"dependencies": {
"jquery" : ">=1.7.1"
},
"ignore": []
}