diff --git a/README.md b/README.md index ba0464d..8e70ede 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ 2. Add the class `animated` to the element you want to animate. You may also want to include the class `infinite` for an infinite loop. -3. Finally to need to add one of the following classes: +3. Finally you need to add one of the following classes: * `bounce` * `flash` diff --git a/bower.json b/bower.json index 4175ae6..b986014 100644 --- a/bower.json +++ b/bower.json @@ -2,4 +2,12 @@ "name": "animate.css", "version": "3.2.1", "main": "./animate.css" + "ignore": [ + ".*", + "src", + "*.yml", + "Gemfile", + "Gemfile.lock", + "*.md" + ] }