kbc-react-components
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -25,2 +25,6 @@ 'use strict'; | ||
var _Tree = require('./Tree'); | ||
var _Tree2 = _interopRequireDefault(_Tree); | ||
exports['default'] = { | ||
@@ -30,4 +34,5 @@ Check: _Check2['default'], | ||
RefreshIcon: _RefreshIcon2['default'], | ||
Protected: _Protected2['default'] | ||
Protected: _Protected2['default'], | ||
Tree: _Tree2['default'] | ||
}; | ||
module.exports = exports['default']; |
{ | ||
"name": "kbc-react-components", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Keboola UI React Components Library", | ||
@@ -20,7 +20,9 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"babel": "~5.4.3" | ||
"babel": "~5.4.3", | ||
"immutable": "^3.7.3" | ||
}, | ||
"dependencies": { | ||
"classnames": "^2.1.0" | ||
"classnames": "^2.1.0", | ||
"immutable": "^3.7.3" | ||
} | ||
} |
@@ -6,2 +6,3 @@ | ||
import Protected from './Protected'; | ||
import Tree from './Tree'; | ||
@@ -12,3 +13,4 @@ export default { | ||
RefreshIcon, | ||
Protected | ||
Protected, | ||
Tree | ||
}; |
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
11680
17
355
1
23
3
2
+ Addedimmutable@^3.7.3
+ Addedimmutable@3.8.2(transitive)