hotfix: fix chord-voicings dependency

This commit is contained in:
Felix Roos 2022-11-08 22:51:28 +01:00
parent 89acc4870b
commit 99f416bf6b
3 changed files with 51 additions and 51 deletions

View file

@ -27,6 +27,7 @@
"dependencies": {
"@strudel.cycles/core": "^0.3.2",
"@tonaljs/tonal": "^4.6.5",
"webmidi": "^3.0.21"
"webmidi": "^3.0.21",
"chord-voicings": "^0.0.1"
}
}

View file

@ -23,7 +23,6 @@
"homepage": "https://github.com/tidalcycles/strudel#readme",
"dependencies": {
"@strudel.cycles/core": "^0.3.2",
"chord-voicings": "^0.0.1",
"tone": "^14.7.77"
}
}