Comparing version 1.3.0 to 1.3.1
@@ -70,3 +70,3 @@ let carouselElements | ||
return carouselElements | ||
.map(element => element.clientWidth) | ||
.map(element => getWidthPlusPaddingAndMargin(element)) | ||
.reduce((acc, cur) => acc + cur) | ||
@@ -73,0 +73,0 @@ } |
{ | ||
"name": "carrossel", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "An agnostic framework carousel very easy to implement", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
3520