uxcore-table
Advanced tools
Comparing version 1.3.10 to 1.3.11
@@ -91,2 +91,3 @@ 'use strict'; | ||
exports.default = CheckBox; | ||
exports.default = CheckBox; | ||
module.exports = exports['default']; |
@@ -278,2 +278,3 @@ 'use strict'; | ||
exports.default = Cell; | ||
exports.default = Cell; | ||
module.exports = exports['default']; |
@@ -80,2 +80,3 @@ "use strict"; | ||
exports.default = Mask; | ||
exports.default = Mask; | ||
module.exports = exports['default']; |
@@ -313,2 +313,3 @@ 'use strict'; | ||
exports.default = Row; | ||
exports.default = Row; | ||
module.exports = exports['default']; |
@@ -191,2 +191,3 @@ "use strict"; | ||
exports.default = Tbody; | ||
exports.default = Tbody; | ||
module.exports = exports['default']; |
@@ -39,3 +39,4 @@ // https://github.com/gulpjs/gulp/tree/master/docs | ||
.pipe(babel({ | ||
presets: ['react', 'es2015', 'stage-1'] | ||
presets: ['react', 'es2015', 'stage-1'], | ||
plugins: ['add-module-exports'] | ||
})) | ||
@@ -42,0 +43,0 @@ .pipe(gulp.dest('build')) |
@@ -5,3 +5,3 @@ # History | ||
# 1.3.10 | ||
# 1.3.11 | ||
@@ -8,0 +8,0 @@ `CHANGED` change output from src/ to build/ |
{ | ||
"name": "uxcore-table", | ||
"version": "1.3.10", | ||
"version": "1.3.11", | ||
"description": "table ui component for react", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/uxcore/uxcore-table.git", |
338070
5820