fix: Properly defined entrypoint
All checks were successful
Publish Svelte Tailwind Library / build-and-publish (push) Successful in 20s

This commit is contained in:
2025-09-16 08:10:22 +01:00
parent 523eeee1fa
commit caad82d579

View File

@@ -1,6 +1,6 @@
{ {
"name": "@luke-else/component-lib", "name": "@luke-else/component-lib",
"version": "1.0.4", "version": "1.0.5",
"description": "", "description": "",
"scripts": { "scripts": {
"package": "svelte-package", "package": "svelte-package",
@@ -8,6 +8,8 @@
"release": "pnpm run build && npm publish" "release": "pnpm run build && npm publish"
}, },
"type": "module", "type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
"exports": { "exports": {
".": { ".": {
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",