fix: Properly defined entrypoint
All checks were successful
Publish Svelte Tailwind Library / build-and-publish (push) Successful in 20s
All checks were successful
Publish Svelte Tailwind Library / build-and-publish (push) Successful in 20s
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@luke-else/component-lib",
|
"name": "@luke-else/component-lib",
|
||||||
"version": "1.0.4",
|
"version": "1.0.5",
|
||||||
"description": "",
|
"description": "",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"package": "svelte-package",
|
"package": "svelte-package",
|
||||||
@@ -8,6 +8,8 @@
|
|||||||
"release": "pnpm run build && npm publish"
|
"release": "pnpm run build && npm publish"
|
||||||
},
|
},
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
"main": "./dist/index.js",
|
||||||
|
"module": "./dist/index.js",
|
||||||
"exports": {
|
"exports": {
|
||||||
".": {
|
".": {
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
|
Reference in New Issue
Block a user