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",
|
||||
"version": "1.0.4",
|
||||
"version": "1.0.5",
|
||||
"description": "",
|
||||
"scripts": {
|
||||
"package": "svelte-package",
|
||||
@@ -8,6 +8,8 @@
|
||||
"release": "pnpm run build && npm publish"
|
||||
},
|
||||
"type": "module",
|
||||
"main": "./dist/index.js",
|
||||
"module": "./dist/index.js",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
|
Reference in New Issue
Block a user