From fbdafd1780aa23e628d4dbd7fe469c6c7d33303d Mon Sep 17 00:00:00 2001 From: sarthak vinod kondawar Date: Mon, 31 Aug 2026 00:01:31 +0530 Subject: [PATCH] fix: allow importing individual source animations --- package.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 4ed88acef..808d28dc7 100644 --- a/package.json +++ b/package.json @@ -65,5 +65,10 @@ "animate.min.css", "animate.css", "source/**/*.css" - ] + ], + "exports": { + ".": "./animate.css", + "./*.css": "./*.css", + "./source/*": "./source/*" + } }