From 90fa33cfe42548274f819018ee802e61bdb8e5f8 Mon Sep 17 00:00:00 2001 From: Ayo Date: Fri, 8 May 2026 19:46:36 +0200 Subject: [PATCH] chore: fix package meta --- package.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index eba48f7..6104134 100644 --- a/package.json +++ b/package.json @@ -5,15 +5,17 @@ "description": "Project scaffolding for a new web component", "license": "ISC", "author": "Ayo Ayco", - "main": "./dist/assets/index.js", + "module": "./dist/status-indicator.js", "exports": { - ".": "./dist/assets/index.js" + ".": { + "import": "./dist/status-indicator.js" + } }, "files": [ - "package.json", "dist", "README.md", - "LICENSE" + "LICENSE", + "screenshot.png" ], "scripts": { "test": "echo \"Warning: no test specified\"",