Skip to content

Commit

Permalink
install rnnoise-wasm from npm + refactor dir paths with trainling slash
Browse files Browse the repository at this point in the history
  • Loading branch information
timephy committed Aug 7, 2024
1 parent ea7fc79 commit b1dc7af
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
16 changes: 8 additions & 8 deletions packages/tui-components-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
"build": {
"inputs": [
"default",
"!{projectRoot}/.svelte-kit",
"!{projectRoot}/build",
"!{projectRoot}/dist"
"!{projectRoot}/.svelte-kit/",
"!{projectRoot}/build/",
"!{projectRoot}/dist/"
],
"outputs": [
"{projectRoot}/.svelte-kit",
"{projectRoot}/build",
"{projectRoot}/dist"
"{projectRoot}/.svelte-kit/",
"{projectRoot}/build/",
"{projectRoot}/dist/"
]
}
},
Expand All @@ -36,7 +36,7 @@
]
},
"files": [
"dist"
"dist/"
],
"author": "",
"license": "MIT",
Expand All @@ -63,7 +63,7 @@
"vite": "^5.3.4"
},
"dependencies": {
"@timephy/rnnoise-wasm": "file:../../../rnnoise-wasm",
"@timephy/rnnoise-wasm": "^1.0.0",
"@timephy/tui-colors-tw": "workspace:*",
"@timephy/tui-components-tw": "workspace:*",
"@timephy/tui-icons-svelte": "workspace:*",
Expand Down
12 changes: 7 additions & 5 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 b1dc7af

Please sign in to comment.