kbc-react-components
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -29,2 +29,6 @@ 'use strict'; | ||
var _NewLineToBr = require('./NewLineToBr'); | ||
var _NewLineToBr2 = _interopRequireDefault(_NewLineToBr); | ||
exports['default'] = { | ||
@@ -35,4 +39,5 @@ Check: _Check2['default'], | ||
Protected: _Protected2['default'], | ||
Tree: _Tree2['default'] | ||
Tree: _Tree2['default'], | ||
NewLineToBr: _NewLineToBr2['default'] | ||
}; | ||
module.exports = exports['default']; |
{ | ||
"name": "kbc-react-components", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "Keboola UI React Components Library", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -7,2 +7,3 @@ | ||
import Tree from './Tree'; | ||
import NewLineToBr from './NewLineToBr'; | ||
@@ -14,3 +15,4 @@ export default { | ||
Protected, | ||
Tree | ||
}; | ||
Tree, | ||
NewLineToBr | ||
}; |
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
13225
19
412