Merge pull request #296 from dereknutile/master

Animate.css is missing the 'ignore' meta entry in bower.json.
This commit is contained in:
Daniel Eden 2015-03-04 15:08:19 -08:00
commit b866b7b043
1 changed files with 9 additions and 1 deletions

View File

@ -1,5 +1,13 @@
{
"name": "animate.css",
"version": "3.2.0",
"main": "./animate.css"
"main": "./animate.css",
"ignore": [
".*",
"src",
"*.yml",
"Gemfile",
"Gemfile.lock",
"*.md"
]
}