@daren/form-elements
Advanced tools
Comparing version 1.1.0 to 1.2.0
@@ -37,2 +37,10 @@ "use strict"; | ||
var _radioGroup = require("./radio-group"); | ||
Object.keys(_radioGroup).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
if (key in exports && exports[key] === _radioGroup[key]) return; | ||
exports[key] = _radioGroup[key]; | ||
}); | ||
var _types = require("./types"); | ||
@@ -39,0 +47,0 @@ |
@@ -5,3 +5,4 @@ export * from './dropdown'; | ||
export * from './misc'; | ||
export * from './radio-group'; | ||
export * from './types'; | ||
//# sourceMappingURL=index.js.map |
@@ -5,2 +5,3 @@ export * from './dropdown'; | ||
export * from './misc'; | ||
export * from './radio-group'; | ||
export * from './types'; |
{ | ||
"name": "@daren/form-elements", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"repository": { | ||
@@ -52,3 +52,3 @@ "type": "git", | ||
}, | ||
"gitHead": "92428f337d2967c9ca0e819d7b3908d72aaa5794" | ||
"gitHead": "edb01851a467f4e45cf203a37c68c994d91fdd0b" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
104257
42
931