We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04e18c2 commit d8dacaeCopy full SHA for d8dacae
package.json
@@ -39,11 +39,5 @@
39
"typescript": "~5.6.3",
40
"vite": "^6.3.5",
41
"vue-tsc": "^2.2.12"
42
- },
43
- "pnpm": {
44
- "patchedDependencies": {
45
- "function-plot": "patches/function-plot.patch",
46
- "sober": "patches/sober.patch"
47
- }
48
}
49
pnpm-workspace.yaml
@@ -0,0 +1,3 @@
1
+patchedDependencies:
2
+ function-plot: patches/function-plot.patch
3
+ sober: patches/sober.patch
0 commit comments