container-carousel
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -6,3 +6,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__export(require("./Carousel")); | ||
__export(require("./views/Carousel")); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "container-carousel", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A wrapper component designed for horizontally scrolling content to be displayed. Compatible with mobile and desktop browsers with touch or traditional desktop peripherals.", | ||
@@ -21,6 +21,8 @@ "main": "index.js", | ||
"@types/react-dom": "^16.0.7", | ||
"@types/react-motion": "^0.0.27", | ||
"react": "^16.4.2", | ||
"react-dom": "^16.4.2", | ||
"react-motion": "^0.5.2", | ||
"typescript": "^3.0.1" | ||
} | ||
} |
@@ -1,1 +0,1 @@ | ||
export * from './Carousel'; | ||
export * from './views/Carousel'; |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
23710
20
434
7
1