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": "Transpiler for strudel user code. Converts syntactically correct but semantically meaningless JS into evaluatable strudel code.",
"main": "index.mjs",
"type": "module",
"publishConfig": {
"main": "dist/index.js",
"module": "dist/index.mjs"
},
"scripts": {