mirror of
https://github.com/animate-css/animate.css.git
synced 2024-11-14 08:11:09 +01:00
530e9c93b2
It was ignoring "src" folder which has been changed to "source" so added source in bower ignores. Fix #455
12 lines
157 B
JSON
12 lines
157 B
JSON
{
|
|
"name": "animate.css",
|
|
"main": "./animate.css",
|
|
"ignore": [
|
|
".*",
|
|
"source",
|
|
"*.yml",
|
|
"Gemfile",
|
|
"Gemfile.lock",
|
|
"*.md"
|
|
]
|
|
}
|