From 08ac1d6d0f67d29c17d14783dd50efca9dd828a0 Mon Sep 17 00:00:00 2001 From: Thiago Ferreira <74574275+thisago@users.noreply.github.com> Date: Wed, 3 Nov 2021 06:41:34 +0000 Subject: [PATCH] Add package animatecss (#2051) --- packages.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index b0c4598..763ca80 100644 --- a/packages.json +++ b/packages.json @@ -22069,7 +22069,7 @@ "tags": [ "fasta", "alignment", - "sequence", + "sequence", "biology", "bioinformatics", "rna", @@ -24110,5 +24110,17 @@ "license": "MIT", "web": "https://github.com/Timofffee/tecs.nim", "doc": "https://timofffee.github.io/tecs.nim/" + }, + { + "name": "animatecss", + "url": "https://github.com/thisago/animatecss", + "method": "git", + "tags": [ + "javascript", + "animatecss" + ], + "description": "Easily use Animate.css classes", + "license": "MIT", + "web": "https://github.com/thisago/animatecss" } ]