Skip to content

Commit b866b7b

Browse files
committed
Merge pull request #296 from dereknutile/master
Animate.css is missing the 'ignore' meta entry in bower.json.
2 parents cf0011b + f35eab8 commit b866b7b

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

bower.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
{
22
"name": "animate.css",
33
"version": "3.2.0",
4-
"main": "./animate.css"
4+
"main": "./animate.css",
5+
"ignore": [
6+
".*",
7+
"src",
8+
"*.yml",
9+
"Gemfile",
10+
"Gemfile.lock",
11+
"*.md"
12+
]
513
}

0 commit comments

Comments
 (0)