Revert "Publish"

This reverts commit 2118a20408.
This commit is contained in:
Felix Roos 2022-12-13 22:24:12 +01:00
parent 2118a20408
commit 61559fee9d
25 changed files with 42 additions and 42 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@strudel.cycles/midi",
"version": "0.5.0",
"version": "0.4.1",
"description": "Midi API for strudel",
"main": "index.mjs",
"repository": {
@ -21,7 +21,7 @@
},
"homepage": "https://github.com/tidalcycles/strudel#readme",
"dependencies": {
"@strudel.cycles/tone": "^0.5.0",
"@strudel.cycles/tone": "^0.4.1",
"tone": "^14.7.77",
"webmidi": "^3.0.21"
}