1
0

chore: rename package to render-math-problems

This commit is contained in:
AlanSilvaaa
2026-06-03 19:15:23 -04:00
parent 4badd0210c
commit 51e8801959
5 changed files with 16 additions and 17 deletions

View File

@@ -23,7 +23,7 @@ export default defineConfig(({ command }) => {
lib: {
entry: fileURLToPath(new URL('./src/index.ts', import.meta.url)),
name: 'RenderMathProblems',
fileName: 'render-mathproblems',
fileName: 'render-math-problems',
},
rollupOptions: {
external: ['vue'],