fix more deps

This commit is contained in:
Felix Roos 2022-03-25 18:51:20 +01:00
parent 6430f6207d
commit 2338a1ee7d
15 changed files with 17 additions and 22 deletions

View file

@ -3,6 +3,9 @@
"version": "0.0.1",
"description": "Port of tidalcycles to javascript",
"main": "strudel.mjs",
"scripts":{
"test": "npm run test --workspaces --if-present"
},
"workspaces": [
"packages/*"
],