Skip to content

Commit 4ed27ed

Browse files
committed
Merge branch 'master' of github.com:daneden/animate.css
2 parents 813a666 + b866b7b commit 4ed27ed

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
2. Add the class `animated` to the element you want to animate.
1515
You may also want to include the class `infinite` for an infinite loop.
1616

17-
3. Finally to need to add one of the following classes:
17+
3. Finally you need to add one of the following classes:
1818

1919
* `bounce`
2020
* `flash`

bower.json

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

0 commit comments

Comments
 (0)