From 8f8cc241f57d66e1b67684e733801423837750cc Mon Sep 17 00:00:00 2001 From: Ayo Date: Fri, 8 May 2026 19:59:38 +0200 Subject: [PATCH] chore: updat package exports --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 954b634..efa9aeb 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,11 @@ }, "module": "./dist/status-indicator.js", "exports": { - ".": "./dist/status-indicator.js" + ".": { + "default": "./dist/status-indicator.js", + "import": "./dist/status-indicator.js", + "require": "./dist/status-indicator.umd.cjs" + } }, "files": [ "dist",