fix: Trying to export the right files
All checks were successful
Publish Svelte Tailwind Library / build-and-publish (push) Successful in 33s
All checks were successful
Publish Svelte Tailwind Library / build-and-publish (push) Successful in 33s
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@luke-else/component-lib",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
@@ -11,8 +11,8 @@
|
||||
"type": "module",
|
||||
"exports": {
|
||||
".": {
|
||||
"svelte": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
"svelte": "./dist/index.ts",
|
||||
"default": "./dist/index.ts"
|
||||
}
|
||||
},
|
||||
"keywords": [],
|
||||
|
Reference in New Issue
Block a user