Skip to content

Commit

Permalink
make computer less angry
Browse files Browse the repository at this point in the history
  • Loading branch information
felixroos committed May 3, 2024
1 parent 9310161 commit 0fcfc30
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ vite.config.js
/src-tauri/target/**/*
reverbGen.mjs
hydra.mjs
jsdoc-synonyms.js
jsdoc-synonyms.js
packages/node/pattern.mjs
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ pnpm-lock.yaml
pnpm-workspace.yaml
**/dev-dist
website/.astro
packages/node/pattern.mjs
3 changes: 3 additions & 0 deletions packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
"dependencies": {
"@strudel/core": "workspace:*",
"@strudel/osc": "workspace:*",
"@strudel/tonal": "workspace:*",
"@strudel/mini": "workspace:*",
"@strudel/transpiler": "workspace:*",
"node-watch": "^0.7.4",
"osc-js": "^2.4.0"
}
Expand Down
9 changes: 9 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0fcfc30

Please sign in to comment.