no need for publishConfig

This commit is contained in:
Felix Roos 2024-03-08 01:07:17 +01:00
parent 9b3509c062
commit 43c40f7bb0

View File

@ -4,9 +4,6 @@
"description": "Claviature component for Strudel",
"main": "dist/index.mjs",
"type": "module",
"publishConfig": {
"main": "dist/index.mjs"
},
"scripts": {
"build": "vite build",
"watch": "vite build --watch",