Skip to content

Commit

Permalink
fix: update lib name
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehwagz committed Aug 8, 2023
1 parent a483fa3 commit f1e1cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default defineConfig({
minify: 'esbuild',
lib: {
entry: resolve(__dirname, 'lib/index.ts'),
name: 'Martha',
name: 'martha',
formats: ['es', 'umd', 'iife']
},
}
Expand Down

0 comments on commit f1e1cae

Please sign in to comment.