From cd46f87a797bb91dcb283ef4c2c7d05d99af7ca8 Mon Sep 17 00:00:00 2001 From: Tom Hanoldt Date: Sat, 16 Dec 2017 21:15:08 +0100 Subject: [PATCH] use forked animate-sass for more effects --- README.md | 4 ++-- bower.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index facdbd1..dd239ca 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ A typical sass file looks like: $use-bounce: true -@import "[path_to_bower_components]/animate-sass/animate" +@import "[path_to_bower_components]/creative-workflow.animate-sass/animate" ``` *Note: For all configurations look at the file [path_to_bower_components]/animate-sass/helpers/_settings.scss* @@ -51,7 +51,7 @@ Triggers an [animate.css](https://daneden.github.io/animate.css/) animation incl ### Dependencies * [animate.css](https://github.com/daneden/animate.css/) - * [animate-sass](https://github.com/tgdev/animate-sass) + * [creative-workflow/animate-sass](https://github.com/creative-workflow/animate-sass) * [sass](http://sass-lang.com/) * [jquery](https://jquery.com) diff --git a/bower.json b/bower.json index 5d78ca5..5df7a92 100644 --- a/bower.json +++ b/bower.json @@ -15,7 +15,7 @@ "tests" ], "dependencies": { - "animate-sass": "^0.8.2", - "jquery": "^3.2.1" + "jquery": "^3.2.1", + "creative-workflow.animate-sass": "^0.9.0" } } diff --git a/package.json b/package.json index efa9a14..8e893e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jquery.animate.css", - "version": "1.0.1", + "version": "1.0.2", "description": "Combines animate.css via animate-sass and a jQuery plugin for easy integration.", "main": "", "scripts": {