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", "name": "weather-icons",
"version": "1.3.2", "version": "2.0.0",
"homepage": "http://erikflowers.github.io/weather-icons/", "homepage": "http://erikflowers.github.io/weather-icons/",
"keywords": [ "keywords": [
"css", "icon-font", "weather", "icon", "icons" "css", "icon-font", "weather", "icon", "icons"
@ -8,16 +8,18 @@
"authors": [ "authors": [
"Erik Flowers <erik@helloerik.com>" "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", "license": "MIT",
"main": [ "main": [
"./css/weather-icons.css", "./css/weather-icons.css",
"./css/weather-icons.min.css", "./css/weather-icons.min.css",
"./weather-icons/weather-icons.less", "./font/*",
"./font/*" "./less/weather-icons.less",
"./sass/weather-icons.scss"
], ],
"ignore": [ "ignore": [
"cheatsheet/", "_builder/",
"reference/" "_docs/",
"font-source/"
] ]
} }

Loading…
Cancel
Save