From fd80e3540790d2b13e3c54ca8faf72bc0099103b Mon Sep 17 00:00:00 2001 From: James Waples Date: Sun, 2 Mar 2014 14:41:11 +0000 Subject: [PATCH 1/2] Added Bower config file --- bower.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 bower.json diff --git a/bower.json b/bower.json new file mode 100755 index 0000000..be1904a --- /dev/null +++ b/bower.json @@ -0,0 +1,10 @@ +{ + "name": "weather-icons", + "version": "0.0.1", + "homepage": "http://erikflowers.github.io/weather-icons/", + "authors": [ + "Erik Flowers " + ], + "description": "92 weather themed icons inspired by Font Awesome and ready for Bootstrap", + "license": "MIT" +} From 1f1df1a382c1d0de9b89c72c46bdeace7129f154 Mon Sep 17 00:00:00 2001 From: James Waples Date: Sun, 2 Mar 2014 19:38:16 +0000 Subject: [PATCH 2/2] Added main and ignore sections to Bower config file --- bower.json | 32 ++++++++++++++++++++++++-------- 1 file changed, 24 insertions(+), 8 deletions(-) diff --git a/bower.json b/bower.json index be1904a..19c9262 100755 --- a/bower.json +++ b/bower.json @@ -1,10 +1,26 @@ { - "name": "weather-icons", - "version": "0.0.1", - "homepage": "http://erikflowers.github.io/weather-icons/", - "authors": [ - "Erik Flowers " - ], - "description": "92 weather themed icons inspired by Font Awesome and ready for Bootstrap", - "license": "MIT" + "name": "weather-icons", + "version": "0.0.1", + "homepage": "http://erikflowers.github.io/weather-icons/", + "keywords": [ + "css", "icon-font", "weather", "icon", "icons" + ], + "authors": [ + "Erik Flowers " + ], + "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/" + ] }