Skip to content

Commit

Permalink
🐛 Fix UMD export name
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoLegends committed Mar 16, 2018
1 parent e96cc3f commit 8be30e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ken-burns-carousel",
"version": "0.1.1",
"version": "0.2.0",
"description": "Web component displaying an image carousel with ken burns effect",
"main": "dist/ken-burns-carousel.js",
"repository": "https://github.com/Festify/ken-burns-carousel",
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default {
output: {
file: 'dist/ken-burns-carousel.min.js',
format: 'umd',
name: 'KenBurnsSlideshow',
name: 'KenBurnsCarousel',
sourcemap: true,
},
plugins: [
Expand Down

0 comments on commit 8be30e9

Please sign in to comment.