Skip to content

Commit f35eab8

Browse files
committed
Animate.css is missing the 'ignore' meta entry in bower.json (see: http://bower.io/docs/creating-packages/) and it generates a warning when installing with bower. I've added a simple example of the ignore entry.
1 parent a3cf3e6 commit f35eab8

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)