add missing dependency

This commit is contained in:
Felix Roos 2022-03-27 23:43:06 +02:00
parent 9ef57152e4
commit 33c9326427
3 changed files with 2282 additions and 5 deletions

View file

@ -26,6 +26,7 @@
"homepage": "https://github.com/tidalcycles/strudel#readme",
"dependencies": {
"@strudel.cycles/core": "^0.0.1",
"@tonaljs/tonal": "^4.6.5"
"@tonaljs/tonal": "^4.6.5",
"webmidi": "^3.0.15"
}
}