Skip to content

Commit b50524f

Browse files
author
Graham Butler
committed
fix class name
1 parent 25cfe05 commit b50524f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rollup.release.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const banner = `// Copyright (c) ${(new Date()).getFullYear()} ${pkg.author.name
1212

1313
const output = file => {
1414
return {
15-
name: 'AuthorControlElement',
15+
name: 'AuthorFormControlElement',
1616
file: `${outdir}/${outfile.replace(require('path').extname(outfile), '')}${file}`,
1717
format,
1818
banner,

0 commit comments

Comments
 (0)