chore: fix package meta

This commit is contained in:
ayo 2026-05-08 19:46:36 +02:00
parent 9d607cf18d
commit 90fa33cfe4

View file

@ -5,15 +5,17 @@
"description": "Project scaffolding for a new web component", "description": "Project scaffolding for a new web component",
"license": "ISC", "license": "ISC",
"author": "Ayo Ayco", "author": "Ayo Ayco",
"main": "./dist/assets/index.js", "module": "./dist/status-indicator.js",
"exports": { "exports": {
".": "./dist/assets/index.js" ".": {
"import": "./dist/status-indicator.js"
}
}, },
"files": [ "files": [
"package.json",
"dist", "dist",
"README.md", "README.md",
"LICENSE" "LICENSE",
"screenshot.png"
], ],
"scripts": { "scripts": {
"test": "echo \"Warning: no test specified\"", "test": "echo \"Warning: no test specified\"",