react-free-carousel
Advanced tools
Comparing version 0.1.2 to 0.1.3
'use strict'; | ||
Object.defineProperty(exports, "__esModule", { | ||
value: true | ||
}); | ||
// Babel6 does not hack the default behaviour of ES Modules anymore, so we should export | ||
var _Component = require('./Component'); | ||
var ReactFreeCarousel = require('./Component').default; | ||
Object.defineProperty(exports, 'ReactFreeCarousel', { | ||
enumerable: true, | ||
get: function get() { | ||
return _Component.ReactFreeCarousel; | ||
} | ||
}); | ||
module.exports = ReactFreeCarousel; |
{ | ||
"name": "react-free-carousel", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Carousel component for free flex-box layout built with React.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -1,1 +0,6 @@ | ||
export {ReactFreeCarousel} from './Component'; | ||
'use strict'; | ||
// Babel6 does not hack the default behaviour of ES Modules anymore, so we should export | ||
const ReactFreeCarousel = require('./Component').default; | ||
module.exports = ReactFreeCarousel; |
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
842557
10308