carouselbox
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -44,6 +44,2 @@ import React from 'react'; | ||
componentWillUnmount() { | ||
this.reactCarousel.destroy(); | ||
} | ||
render() { | ||
@@ -58,3 +54,2 @@ return ( | ||
export default ReactCarousel; | ||
ReactCarousel.defaultProps = { options: options } |
{ | ||
"name": "carouselbox", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "React Carousel Plugin based from Flickity", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
5221
47