remove cjs builds

+ add type module everywhere
This commit is contained in:
Felix Roos 2024-02-08 12:19:11 +01:00
parent d2bf9370ea
commit 60129413d3
30 changed files with 36 additions and 44 deletions

View file

@ -3,8 +3,8 @@
"version": "1.0.0",
"description": "Hydra integration for strudel",
"main": "hydra.mjs",
"type": "module",
"publishConfig": {
"main": "dist/index.js",
"module": "dist/index.mjs"
},
"scripts": {