From 23df7d97edb8a4ae3a38198b01bb6c9708baabbe Mon Sep 17 00:00:00 2001 From: Waren Gonzaga Date: Sun, 1 Feb 2026 12:31:02 +0800 Subject: [PATCH 1/2] chore: add settings for Snyk auto-select organization --- .vscode/settings.json | 3 +++ README.md | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 000000000..32a970bce --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "snyk.advanced.autoSelectOrganization": true +} diff --git a/README.md b/README.md index c7ae5e378..1dc5043da 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Animate.css +![GitHub Repo Banner](https://ghrb.waren.build/banner?header=Animate.css%F0%9F%8D%BF&subheader=Just-add-water+CSS+animation&bg=f3f4f6&color=1f2937&support=true) + + [![GitHub Version](https://img.shields.io/github/release/animate-css/animate.css.svg?style=for-the-badge)](https://github.com/animate-css/animate.css/releases) [![Github Star](https://img.shields.io/github/stars/animate-css/animate.css.svg?style=for-the-badge)](https://github.com/animate-css/animate.css/stargazers) [![Github Fork](https://img.shields.io/github/forks/animate-css/animate.css.svg?style=for-the-badge)](https://github.com/animate-css/animate.css/network/members) [![License](https://img.shields.io/badge/license-hippocratic%20license-orange.svg?longCache=true&style=for-the-badge)](https://github.com/animate-css/animate.css/blob/main/LICENSE) > If you need the old docs - v3.x.x and under - you can find it [here](https://github.com/animate-css/animate.css/tree/a8d92e585b1b302f7749809c3308d5e381f9cb17). From c88055ecf9367078bca0d100e4bc7ae6bd2b999c Mon Sep 17 00:00:00 2001 From: Waren Gonzaga Date: Sun, 1 Feb 2026 12:31:27 +0800 Subject: [PATCH 2/2] chore: remove vscode settings --- .vscode/settings.json | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 32a970bce..000000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "snyk.advanced.autoSelectOrganization": true -}