make sure to overwrite main field

This commit is contained in:
Felix Roos 2024-02-08 12:36:04 +01:00
parent 60129413d3
commit 5dc04d9574
16 changed files with 16 additions and 16 deletions

View file

@ -4,7 +4,7 @@
"description": "Soundsfont support for strudel",
"main": "index.mjs",
"publishConfig": {
"module": "dist/index.mjs"
"main": "dist/index.mjs"
},
"scripts": {
"build": "vite build",