fix: Properly architected lib repo to export index.ts into the dist
Some checks failed
Publish Svelte Tailwind Library / build-and-publish (push) Failing after 32s
Some checks failed
Publish Svelte Tailwind Library / build-and-publish (push) Failing after 32s
This commit is contained in:
12
package.json
12
package.json
@@ -2,12 +2,6 @@
|
||||
"name": "@luke-else/component-lib",
|
||||
"version": "1.0.2",
|
||||
"description": "",
|
||||
"main": "./dist/index.js",
|
||||
"module": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"package": "svelte-package",
|
||||
"build": "pnpm run package",
|
||||
@@ -26,9 +20,9 @@
|
||||
"license": "MIT",
|
||||
"packageManager": "pnpm@10.15.1",
|
||||
"dependencies": {
|
||||
"@sveltejs/package": "^2.5.1",
|
||||
"@sveltejs/package": "^2.5.2",
|
||||
"@sveltejs/vite-plugin-svelte": "^6.2.0",
|
||||
"svelte": "^5.38.10",
|
||||
"typescript": "^5.9.2",
|
||||
"@sveltejs/vite-plugin-svelte": "^6.2.0"
|
||||
"typescript": "^5.9.2"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user