animate.css/bower.json
anshulguleria 530e9c93b2 Updates bower file to correct ignore path for source
It was ignoring "src" folder which has been changed to "source" so added
source in bower ignores. Fix #455
2015-08-27 11:47:47 +05:30

13 lines
157 B
JSON

{
"name": "animate.css",
"main": "./animate.css",
"ignore": [
".*",
"source",
"*.yml",
"Gemfile",
"Gemfile.lock",
"*.md"
]
}