@kiwicom/balkan-ui
Advanced tools
Comparing version 0.0.0-rc2 to 0.0.0-rc3
@@ -5,3 +5,2 @@ export { default as Button } from "./Button"; | ||
export { default as Header } from "./Container/Header"; | ||
export { default as Section } from "./Container/Section"; | ||
export { default as Loader } from "./Loader"; | ||
export { default as Section } from "./Container/Section"; |
@@ -52,11 +52,2 @@ "use strict"; | ||
var _Loader = require("./Loader"); | ||
Object.defineProperty(exports, "Loader", { | ||
enumerable: true, | ||
get: function get() { | ||
return _interopRequireDefault(_Loader).default; | ||
} | ||
}); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } |
{ | ||
"name": "@kiwicom/balkan-ui", | ||
"version": "0.0.0-rc2", | ||
"private": false, | ||
"version": "0.0.0-rc3", | ||
"scripts": { | ||
@@ -41,7 +40,3 @@ "storybook": "start-storybook -p 6007 -c .storybook", | ||
"rimraf": "^2.6.2" | ||
}, | ||
"directories": { | ||
"lib": "lib" | ||
}, | ||
"description": "" | ||
} | ||
} |
@@ -8,2 +8,1 @@ // @flow | ||
export { default as Section } from "./Container/Section"; | ||
export { default as Loader } from "./Loader"; |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
337108
0
39
653