fix: Trying to export the right files
All checks were successful
Publish Svelte Tailwind Library / build-and-publish (push) Successful in 33s

This commit is contained in:
2025-09-15 16:46:44 +01:00
parent 9d70460f34
commit 198183c69a

View File

@@ -1,6 +1,6 @@
{ {
"name": "@luke-else/component-lib", "name": "@luke-else/component-lib",
"version": "1.0.0", "version": "1.0.1",
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
@@ -11,8 +11,8 @@
"type": "module", "type": "module",
"exports": { "exports": {
".": { ".": {
"svelte": "./dist/index.js", "svelte": "./dist/index.ts",
"default": "./dist/index.js" "default": "./dist/index.ts"
} }
}, },
"keywords": [], "keywords": [],