fix: Correncted build issues of lib
Some checks failed
Publish Svelte Tailwind Library / build-and-publish (push) Failing after 13s
Some checks failed
Publish Svelte Tailwind Library / build-and-publish (push) Failing after 13s
This commit is contained in:
12
package.json
12
package.json
@@ -8,13 +8,21 @@
|
||||
"build": "pnpm run package",
|
||||
"release": "pnpm run build && npm publish"
|
||||
},
|
||||
"type": "module",
|
||||
"exports": {
|
||||
".": {
|
||||
"svelte": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"packageManager": "pnpm@10.15.1",
|
||||
"devDependencies": {
|
||||
"dependencies": {
|
||||
"@sveltejs/package": "^2.5.1",
|
||||
"svelte": "^5.38.10",
|
||||
"typescript": "^5.9.2"
|
||||
"typescript": "^5.9.2",
|
||||
"@sveltejs/vite-plugin-svelte": "^6.2.0"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user