Skip to content

Commit 8be30e9

Browse files
committed
🐛 Fix UMD export name
1 parent e96cc3f commit 8be30e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ken-burns-carousel",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "Web component displaying an image carousel with ken burns effect",
55
"main": "dist/ken-burns-carousel.js",
66
"repository": "https://github.com/Festify/ken-burns-carousel",

rollup.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default {
99
output: {
1010
file: 'dist/ken-burns-carousel.min.js',
1111
format: 'umd',
12-
name: 'KenBurnsSlideshow',
12+
name: 'KenBurnsCarousel',
1313
sourcemap: true,
1414
},
1515
plugins: [

0 commit comments

Comments
 (0)