Updated bower.json to have css as main file

for those who still using css and not moved to scss and less. 

Bower removing css/font-awesome.css because of this.
This commit is contained in:
Gagandeep Singh Makhija 2015-12-29 17:20:42 +05:30
parent 83e23c36df
commit 01134de4f9

View File

@ -7,6 +7,7 @@
"devDependencies": {},
"license": ["OFL-1.1", "MIT", "CC-BY-3.0"],
"main": [
"css/font-awesome.css",
"less/font-awesome.less",
"scss/font-awesome.scss"
],