Skip to content

Commit

Permalink
fix #880
Browse files Browse the repository at this point in the history
  • Loading branch information
uNmAnNeR committed Jun 20, 2023
1 parent 37ab18a commit d0f1f4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/svelte-imask/rollup.config.mjs
Expand Up @@ -54,7 +54,7 @@ export default [
copy({
targets: [
{ src: 'esm/*.d.ts', dest: 'dist' },
{ src: 'esm/index.d.ts', dest: 'dist', rename: 'react-imask.d.ts' },
{ src: 'esm/index.d.ts', dest: 'dist', rename: 'svelte-imask.d.ts' },
],
flatten: false,
}),
Expand Down

0 comments on commit d0f1f4c

Please sign in to comment.