Updated bower.json to only include one css file

If both css and min.css are in the main array, build tools such as wiredep will add both file to the index.html. Better to include just one.
pull/76/head
Sten Muchow 9 years ago
parent dfd7a3c844
commit ed65878e17

@ -12,7 +12,6 @@
"license": "MIT",
"main": [
"./css/weather-icons.css",
"./css/weather-icons.min.css",
"./weather-icons/weather-icons.less",
"./fonts/*"
],

Loading…
Cancel
Save