remove soundfonts from web package for now

This commit is contained in:
Felix Roos 2023-05-10 12:06:16 +02:00
parent 6089849d35
commit e2bfaa6233
2 changed files with 4 additions and 5 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@strudel/web",
"version": "0.8.0",
"version": "0.8.1",
"description": "Easy to setup, opiniated bundle of Strudel for the browser.",
"main": "web.mjs",
"publishConfig": {
@ -35,7 +35,6 @@
"dependencies": {
"@strudel.cycles/core": "workspace:*",
"@strudel.cycles/webaudio": "workspace:*",
"@strudel.cycles/soundfonts": "workspace:*",
"@strudel.cycles/mini": "workspace:*",
"@strudel.cycles/tonal": "workspace:*",
"@strudel.cycles/transpiler": "workspace:*"