diff --git a/packages/repl/package.json b/packages/repl/package.json index eae203f1..e6bce6d5 100644 --- a/packages/repl/package.json +++ b/packages/repl/package.json @@ -1,10 +1,11 @@ { "name": "@strudel/repl", - "version": "1.0.1", + "version": "1.0.2", "description": "Strudel REPL as a Web Component", - "main": "index.mjs", + "module": "index.mjs", "publishConfig": { - "main": "dist/index.mjs" + "main": "dist/index.js", + "module": "dist/index.mjs" }, "scripts": { "build": "vite build",