Added main and ignore sections to Bower config file

pull/10/head
James Waples 10 years ago
parent fd80e35407
commit 1f1df1a382

@ -1,10 +1,26 @@
{ {
"name": "weather-icons", "name": "weather-icons",
"version": "0.0.1", "version": "0.0.1",
"homepage": "http://erikflowers.github.io/weather-icons/", "homepage": "http://erikflowers.github.io/weather-icons/",
"authors": [ "keywords": [
"Erik Flowers <erik@helloerik.com>" "css", "icon-font", "weather", "icon", "icons"
], ],
"description": "92 weather themed icons inspired by Font Awesome and ready for Bootstrap", "authors": [
"license": "MIT" "Erik Flowers <erik@helloerik.com>"
],
"description": "92 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",
"./dist/fonts/weathericons-regular-webfont.eot",
"./dist/fonts/weathericons-regular-webfont.svg",
"./dist/fonts/weathericons-regular-webfont.ttf",
"./dist/fonts/weathericons-regular-webfont.woff"
],
"ignore": [
"cheatsheet/",
"reference/"
]
} }

Loading…
Cancel
Save