carouselbox
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -43,2 +43,6 @@ import React from 'react'; | ||
} | ||
componentWillUnmount() { | ||
this.reactCarousel.destroy(); | ||
} | ||
@@ -45,0 +49,0 @@ render() { |
{ | ||
"name": "carouselbox", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "React Carousel Plugin based from Flickity", | ||
"main": "./lib/index.js", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
@@ -14,3 +14,3 @@ "test": "echo \"Error: no test specified\" && exit 1" | ||
"author": "Huey Melo", | ||
"license": "ISC", | ||
"license": "MIT", | ||
"bugs": { | ||
@@ -17,0 +17,0 @@ "url": "https://github.com/ayosdev/react-carousel/issues" |
5458
4
50