Add webaudio as a workspace dependency
This commit is contained in:
parent
329289fc35
commit
7774364ac7
3 changed files with 4 additions and 0 deletions
|
|
@ -31,6 +31,7 @@
|
|||
},
|
||||
"homepage": "https://strudel.cc",
|
||||
"dependencies": {
|
||||
"@strudel/webaudio": "workspace:*",
|
||||
"fraction.js": "^5.2.1"
|
||||
},
|
||||
"gitHead": "0e26d4e741500f5bae35b023608f062a794905c2",
|
||||
|
|
|
|||
0
packages/osc/server.js
Normal file → Executable file
0
packages/osc/server.js
Normal file → Executable file
3
pnpm-lock.yaml
generated
3
pnpm-lock.yaml
generated
|
|
@ -225,6 +225,9 @@ importers:
|
|||
|
||||
packages/core:
|
||||
dependencies:
|
||||
'@strudel/webaudio':
|
||||
specifier: workspace:*
|
||||
version: link:../webaudio
|
||||
fraction.js:
|
||||
specifier: ^5.2.1
|
||||
version: 5.2.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue