move overrides to top level

This commit is contained in:
2026-04-04 13:34:06 -07:00
parent bc19001223
commit 7336540b2f
2 changed files with 8 additions and 8 deletions
+8
View File
@@ -10,5 +10,13 @@
"compile": "npm -w cli run compile",
"publish":"npm -w lib publish",
"docs": "npx -w lib typedoc src/index.ts"
},
"overrides": {
"@xmcl/modrinth": {
"undici": "~7"
},
"@xmcl/curseforge": {
"undici": "~7"
}
}
}