Comparing version 0.0.0-beta.2 to 0.0.0-beta.3
export { default as Loading } from './loading'; | ||
export { default as Tabs } from './tabs'; | ||
export { default as Error } from './error'; | ||
export { default as NotFound } from './notfound'; | ||
export { default as NotFound } from './not-found'; | ||
export { default as CollapseButton } from './collapse-button'; |
export { default as Loading } from './loading'; | ||
export { default as Tabs } from './tabs'; | ||
export { default as Error } from './error'; | ||
export { default as NotFound } from './notfound'; | ||
export { default as NotFound } from './not-found'; | ||
export { default as CollapseButton } from './collapse-button'; |
@@ -27,3 +27,3 @@ "use strict"; | ||
get: function get() { | ||
return _notfound["default"]; | ||
return _notFound["default"]; | ||
} | ||
@@ -44,3 +44,3 @@ }); | ||
var _notfound = _interopRequireDefault(require("./notfound")); | ||
var _notFound = _interopRequireDefault(require("./not-found")); | ||
@@ -47,0 +47,0 @@ var _collapseButton = _interopRequireDefault(require("./collapse-button")); |
{ | ||
"name": "frc-ui", | ||
"version": "0.0.0-beta.2", | ||
"version": "0.0.0-beta.3", | ||
"description": "React Web UI", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
48682
0