From 5dc04d9574da43e6c32fa583a9c159570a8031f9 Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Thu, 8 Feb 2024 12:36:04 +0100 Subject: [PATCH] make sure to overwrite main field --- packages/codemirror/package.json | 2 +- packages/core/package.json | 2 +- packages/csound/package.json | 2 +- packages/hydra/package.json | 2 +- packages/midi/package.json | 2 +- packages/mini/package.json | 2 +- packages/osc/package.json | 2 +- packages/repl/package.json | 2 +- packages/serial/package.json | 2 +- packages/soundfonts/package.json | 2 +- packages/superdough/package.json | 2 +- packages/tonal/package.json | 2 +- packages/transpiler/package.json | 2 +- packages/web/package.json | 2 +- packages/webaudio/package.json | 2 +- packages/xen/package.json | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/packages/codemirror/package.json b/packages/codemirror/package.json index d310225a..90360abb 100644 --- a/packages/codemirror/package.json +++ b/packages/codemirror/package.json @@ -4,7 +4,7 @@ "description": "Codemirror Extensions for Strudel", "main": "index.mjs", "publishConfig": { - "module": "dist/index.mjs" + "main": "dist/index.mjs" }, "scripts": { "build": "vite build", diff --git a/packages/core/package.json b/packages/core/package.json index 79557c51..5e0f7eed 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -5,7 +5,7 @@ "main": "index.mjs", "type": "module", "publishConfig": { - "module": "dist/index.mjs" + "main": "dist/index.mjs" }, "scripts": { "test": "vitest run", diff --git a/packages/csound/package.json b/packages/csound/package.json index 996cf401..8bd6394b 100644 --- a/packages/csound/package.json +++ b/packages/csound/package.json @@ -5,7 +5,7 @@ "main": "index.mjs", "type": "module", "publishConfig": { - "module": "dist/index.mjs" + "main": "dist/index.mjs" }, "scripts": { "build": "vite build", diff --git a/packages/hydra/package.json b/packages/hydra/package.json index 7329e88d..3a863862 100644 --- a/packages/hydra/package.json +++ b/packages/hydra/package.json @@ -5,7 +5,7 @@ "main": "hydra.mjs", "type": "module", "publishConfig": { - "module": "dist/index.mjs" + "main": "dist/index.mjs" }, "scripts": { "server": "node server.js", diff --git a/packages/midi/package.json b/packages/midi/package.json index ec14e59c..fb92b4a3 100644 --- a/packages/midi/package.json +++ b/packages/midi/package.json @@ -5,7 +5,7 @@ "main": "index.mjs", "type": "module", "publishConfig": { - "module": "dist/index.mjs" + "main": "dist/index.mjs" }, "scripts": { "build": "vite build", diff --git a/packages/mini/package.json b/packages/mini/package.json index 781e0a3f..21fd9ef2 100644 --- a/packages/mini/package.json +++ b/packages/mini/package.json @@ -5,7 +5,7 @@ "main": "index.mjs", "type": "module", "publishConfig": { - "module": "dist/index.mjs" + "main": "dist/index.mjs" }, "scripts": { "test": "vitest run", diff --git a/packages/osc/package.json b/packages/osc/package.json index 1982fd6e..8567a013 100644 --- a/packages/osc/package.json +++ b/packages/osc/package.json @@ -5,7 +5,7 @@ "main": "osc.mjs", "type": "module", "publishConfig": { - "module": "dist/index.mjs" + "main": "dist/index.mjs" }, "scripts": { "server": "node server.js", diff --git a/packages/repl/package.json b/packages/repl/package.json index fd6f3354..086f7851 100644 --- a/packages/repl/package.json +++ b/packages/repl/package.json @@ -4,7 +4,7 @@ "description": "Strudel REPL as a Web Component", "main": "index.mjs", "publishConfig": { - "module": "dist/index.mjs" + "main": "dist/index.mjs" }, "scripts": { "build": "vite build", diff --git a/packages/serial/package.json b/packages/serial/package.json index b02da3ff..fba52514 100644 --- a/packages/serial/package.json +++ b/packages/serial/package.json @@ -5,7 +5,7 @@ "main": "serial.mjs", "type": "module", "publishConfig": { - "module": "dist/index.mjs" + "main": "dist/index.mjs" }, "scripts": { "build": "vite build", diff --git a/packages/soundfonts/package.json b/packages/soundfonts/package.json index 08f18f46..0a7c3797 100644 --- a/packages/soundfonts/package.json +++ b/packages/soundfonts/package.json @@ -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", diff --git a/packages/superdough/package.json b/packages/superdough/package.json index deb75784..a2308be8 100644 --- a/packages/superdough/package.json +++ b/packages/superdough/package.json @@ -6,7 +6,7 @@ "type": "module", "publishConfig": { "main": "dist/index.cjs", - "module": "dist/index.mjs" + "main": "dist/index.mjs" }, "directories": { "example": "examples" diff --git a/packages/tonal/package.json b/packages/tonal/package.json index 3677e295..756f84cd 100644 --- a/packages/tonal/package.json +++ b/packages/tonal/package.json @@ -4,7 +4,7 @@ "description": "Tonal functions for strudel", "main": "index.mjs", "publishConfig": { - "module": "dist/index.mjs" + "main": "dist/index.mjs" }, "scripts": { "build": "vite build", diff --git a/packages/transpiler/package.json b/packages/transpiler/package.json index 29ebdebc..0a2d68d9 100644 --- a/packages/transpiler/package.json +++ b/packages/transpiler/package.json @@ -5,7 +5,7 @@ "main": "index.mjs", "type": "module", "publishConfig": { - "module": "dist/index.mjs" + "main": "dist/index.mjs" }, "scripts": { "build": "vite build", diff --git a/packages/web/package.json b/packages/web/package.json index 9732b526..900398dc 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -4,7 +4,7 @@ "description": "Easy to setup, opiniated bundle of Strudel for the browser.", "main": "web.mjs", "publishConfig": { - "module": "dist/index.mjs" + "main": "dist/index.mjs" }, "scripts": { "build": "vite build", diff --git a/packages/webaudio/package.json b/packages/webaudio/package.json index 217a197f..0f12e1f5 100644 --- a/packages/webaudio/package.json +++ b/packages/webaudio/package.json @@ -8,7 +8,7 @@ "example": "examples" }, "publishConfig": { - "module": "dist/index.mjs" + "main": "dist/index.mjs" }, "scripts": { "example": "npx parcel examples/repl.html", diff --git a/packages/xen/package.json b/packages/xen/package.json index 34053629..ea3aa55c 100644 --- a/packages/xen/package.json +++ b/packages/xen/package.json @@ -5,7 +5,7 @@ "main": "index.mjs", "type": "module", "publishConfig": { - "module": "dist/index.mjs" + "main": "dist/index.mjs" }, "scripts": { "build": "vite build",