hotfix: remove webaudio build for now

This commit is contained in:
Felix Roos 2022-11-13 20:48:32 +01:00
parent 08f207a396
commit 418f09e364

View File

@ -2,8 +2,7 @@
"name": "@strudel.cycles/webaudio",
"version": "0.4.0",
"description": "Web Audio helpers for Strudel",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
"main": "index.mjs",
"type": "module",
"directories": {
"example": "examples"