Skip to content

Commit 93892a9

Browse files
committed
build: fix casing of UMD global variable
1 parent e298401 commit 93892a9

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
@@ -36,7 +36,7 @@ export default [
3636
{
3737
input: 'src/index.js',
3838
output: {
39-
name: 'reactIntersectionObserver',
39+
name: 'ReactIntersectionObserver',
4040
globals: {
4141
react: 'React',
4242
},

0 commit comments

Comments
 (0)