Skip to content

Commit 2da67f8

Browse files
committed
-> v1.1.0
1 parent d848dfe commit 2da67f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import pkg from './package.json';
44
export default {
55
input: 'src/index.ts',
66
output: [
7-
{ file: pkg.main, format: 'umd', pkg.name },
7+
{ file: pkg.main, format: 'umd', name: pkg.name },
88
{ file: pkg.module, format: 'es' }
99
],
1010
plugins: [

0 commit comments

Comments
 (0)