kbc-react-components
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -17,6 +17,11 @@ 'use strict'; | ||
var _RefreshIcon = require('./RefreshIcon'); | ||
var _RefreshIcon2 = _interopRequireDefault(_RefreshIcon); | ||
exports['default'] = { | ||
Check: _Check2['default'], | ||
Loader: _Loader2['default'] | ||
Loader: _Loader2['default'], | ||
RefreshIcon: _RefreshIcon2['default'] | ||
}; | ||
module.exports = exports['default']; |
{ | ||
"name": "kbc-react-components", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Keboola UI React Components Library", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
import Check from './Check'; | ||
import Loader from './Loader'; | ||
import RefreshIcon from './RefreshIcon'; | ||
export default { | ||
Check, | ||
Loader | ||
Loader, | ||
RefreshIcon | ||
}; |
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
5638
10
155