use workspace protocol everywhere

This commit is contained in:
Felix Roos 2023-01-28 20:37:56 +01:00
parent b319754dc3
commit ea2d8b2773
14 changed files with 82 additions and 44 deletions

View file

@ -22,8 +22,8 @@
},
"homepage": "https://github.com/tidalcycles/strudel#readme",
"dependencies": {
"@strudel.cycles/core": "^0.5.0",
"@strudel.cycles/webaudio": "^0.5.0",
"@strudel.cycles/core": "workspace:*",
"@strudel.cycles/webaudio": "workspace:*",
"sfumato": "^0.1.2",
"soundfont2": "^0.4.0"
},