We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e96cc3f commit 8be30e9Copy full SHA for 8be30e9
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ken-burns-carousel",
3
- "version": "0.1.1",
+ "version": "0.2.0",
4
"description": "Web component displaying an image carousel with ken burns effect",
5
"main": "dist/ken-burns-carousel.js",
6
"repository": "https://github.com/Festify/ken-burns-carousel",
rollup.config.js
@@ -9,7 +9,7 @@ export default {
9
output: {
10
file: 'dist/ken-burns-carousel.min.js',
11
format: 'umd',
12
- name: 'KenBurnsSlideshow',
+ name: 'KenBurnsCarousel',
13
sourcemap: true,
14
},
15
plugins: [
0 commit comments