erikflowers / weather-icons

215 Weather Themed Icons and CSS
https://github.com/erikflowers/weather-icons
6.9k stars 851 forks source link

make bower.json conform to spec #148

Open YannickBochatay opened 8 years ago

YannickBochatay commented 8 years ago

According to the spec, the "main" field is supposed to be the entry point, not all the files. So it should be ["css/weather-icons.css","css/weather-icons-wind.css"]. This way it could be easily and properly loaded by webpack for example.

akhileshcoer commented 8 years ago

+1