From f35eab87fcc777c4f727e503d1861b1d238f86b3 Mon Sep 17 00:00:00 2001 From: Derek Nutile Date: Fri, 26 Sep 2014 08:26:12 -0700 Subject: [PATCH 1/2] 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. --- bower.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 9ca1bf0..058fbe2 100644 --- a/bower.json +++ b/bower.json @@ -1,5 +1,13 @@ { "name": "animate.css", "version": "3.2.0", - "main": "./animate.css" + "main": "./animate.css", + "ignore": [ + ".*", + "src", + "*.yml", + "Gemfile", + "Gemfile.lock", + "*.md" + ] } From 93e1972fd1c0e3efa19c9c052efbd256bb4a09f9 Mon Sep 17 00:00:00 2001 From: eternal student Date: Sat, 21 Feb 2015 17:52:26 +0200 Subject: [PATCH 2/2] Update README.md one word correction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`