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": "Codemirror Extensions for Strudel",
"main": "index.mjs",
"publishConfig": {
"module": "dist/index.mjs"
"main": "dist/index.mjs"
},
"scripts": {
"build": "vite build",

View File

@ -5,7 +5,7 @@
"main": "index.mjs",
"type": "module",
"publishConfig": {
"module": "dist/index.mjs"
"main": "dist/index.mjs"
},
"scripts": {
"test": "vitest run",

View File

@ -5,7 +5,7 @@
"main": "index.mjs",
"type": "module",
"publishConfig": {
"module": "dist/index.mjs"
"main": "dist/index.mjs"
},
"scripts": {
"build": "vite build",

View File

@ -5,7 +5,7 @@
"main": "hydra.mjs",
"type": "module",
"publishConfig": {
"module": "dist/index.mjs"
"main": "dist/index.mjs"
},
"scripts": {
"server": "node server.js",

View File

@ -5,7 +5,7 @@
"main": "index.mjs",
"type": "module",
"publishConfig": {
"module": "dist/index.mjs"
"main": "dist/index.mjs"
},
"scripts": {
"build": "vite build",

View File

@ -5,7 +5,7 @@
"main": "index.mjs",
"type": "module",
"publishConfig": {
"module": "dist/index.mjs"
"main": "dist/index.mjs"
},
"scripts": {
"test": "vitest run",

View File

@ -5,7 +5,7 @@
"main": "osc.mjs",
"type": "module",
"publishConfig": {
"module": "dist/index.mjs"
"main": "dist/index.mjs"
},
"scripts": {
"server": "node server.js",

View File

@ -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",

View File

@ -5,7 +5,7 @@
"main": "serial.mjs",
"type": "module",
"publishConfig": {
"module": "dist/index.mjs"
"main": "dist/index.mjs"
},
"scripts": {
"build": "vite build",

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",

View File

@ -6,7 +6,7 @@
"type": "module",
"publishConfig": {
"main": "dist/index.cjs",
"module": "dist/index.mjs"
"main": "dist/index.mjs"
},
"directories": {
"example": "examples"

View File

@ -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",

View File

@ -5,7 +5,7 @@
"main": "index.mjs",
"type": "module",
"publishConfig": {
"module": "dist/index.mjs"
"main": "dist/index.mjs"
},
"scripts": {
"build": "vite build",

View File

@ -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",

View File

@ -8,7 +8,7 @@
"example": "examples"
},
"publishConfig": {
"module": "dist/index.mjs"
"main": "dist/index.mjs"
},
"scripts": {
"example": "npx parcel examples/repl.html",

View File

@ -5,7 +5,7 @@
"main": "index.mjs",
"type": "module",
"publishConfig": {
"module": "dist/index.mjs"
"main": "dist/index.mjs"
},
"scripts": {
"build": "vite build",