react-free-carousel
Advanced tools
Comparing version 0.2.2 to 0.2.3
@@ -123,2 +123,3 @@ 'use strict'; | ||
}, function () { | ||
_this4.gotoPage(page); | ||
_this4.playCarousel(); | ||
@@ -125,0 +126,0 @@ }); |
{ | ||
"name": "react-free-carousel", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "Carousel component for free flex-box layout built with React.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -70,2 +70,3 @@ import React from 'react'; | ||
}, () => { | ||
this.gotoPage(page); | ||
this.playCarousel(); | ||
@@ -72,0 +73,0 @@ }); |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
849295
10422