updating bower file, and/or breaking it

pull/88/head
Erik Flowers 9 years ago
parent 8e04d5e0d7
commit 01c9410ca8

@ -1,6 +1,6 @@
{
"name": "weather-icons",
"version": "1.3.2",
"version": "2.0.0",
"homepage": "http://erikflowers.github.io/weather-icons/",
"keywords": [
"css", "icon-font", "weather", "icon", "icons"
@ -8,16 +8,18 @@
"authors": [
"Erik Flowers <erik@helloerik.com>"
],
"description": "189 weather themed icons inspired by Font Awesome and ready for Bootstrap",
"description": "215 weather themed icons inspired by Font Awesome and ready for Bootstrap",
"license": "MIT",
"main": [
"./css/weather-icons.css",
"./css/weather-icons.min.css",
"./weather-icons/weather-icons.less",
"./font/*"
"./font/*",
"./less/weather-icons.less",
"./sass/weather-icons.scss"
],
"ignore": [
"cheatsheet/",
"reference/"
"_builder/",
"_docs/",
"font-source/"
]
}

Loading…
Cancel
Save