From 5c7c744fbd62c4564a73d5e20660c6e024da608e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Tue, 24 Oct 2023 17:32:20 +0300 Subject: [PATCH] Refactor #4682 --- rollup.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rollup.config.js b/rollup.config.js index 8e0db2036..d799b7c40 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -401,7 +401,7 @@ function addDirectives() { addEntry('tooltip', 'Tooltip.js', 'tooltip'); addEntry('focustrap', 'FocusTrap.js', 'focustrap'); addEntry('styleclass', 'StyleClass.js', 'styleclass'); - addEntry('animate', 'Animate.js', 'animate'); + addEntry('animateonscroll', 'AnimateOnScroll.js', 'animateonscroll'); } function addConfig() {