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",
|
"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": [],
|
||||||
|
Reference in New Issue
Block a user