react-elastic-carousel
Advanced tools
Comparing version 0.11.2 to 0.11.3
@@ -0,1 +1,3 @@ | ||
/* eslint no-unused-vars: 0 */ // --> OFF | ||
/* eslint no-undef: 0 */ // --> OFF | ||
import * as React from "react"; | ||
@@ -35,3 +37,3 @@ | ||
// Defaults to false | ||
isRTL: boolean, | ||
isRTL: boolean; | ||
// Defaults to true | ||
@@ -112,4 +114,4 @@ pagination?: boolean; | ||
ReactElasticCarouselProps | ||
> { } | ||
> {} | ||
export default ReactElasticCarousel; |
{ | ||
"name": "react-elastic-carousel", | ||
"version": "0.11.2", | ||
"version": "0.11.3", | ||
"description": "A flexible and responsive carousel component for react", | ||
@@ -22,4 +22,4 @@ "author": "sag1v (Sagiv Ben Giat)", | ||
"demo": "concurrently -r -k -s all \"rollup --config rollup.config.demo.js --watch\" \"yarn run lint:watch\"", | ||
"lint:fix": "eslint src/. --fix", | ||
"lint:watch": "esw --watch --fix src/.", | ||
"lint:fix": "eslint src/* --fix", | ||
"lint:watch": "esw --watch --fix src/*", | ||
"test": "cross-env CI=1 react-scripts test --env=jsdom", | ||
@@ -26,0 +26,0 @@ "test:watch": "react-scripts test --env=jsdom", |
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
Sorry, the diff of this file is not supported yet
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
320046
3458