Comparing version 1.0.1 to 1.0.2
@@ -6,3 +6,3 @@ 'use strict'; | ||
}); | ||
exports.tab = exports.Button = undefined; | ||
exports.Tab = exports.Tabs = exports.Button = undefined; | ||
@@ -13,9 +13,14 @@ var _Button2 = require('./Button'); | ||
var _tab2 = require('./tab'); | ||
var _Tabs2 = require('./tab/Tabs'); | ||
var _tab3 = _interopRequireDefault(_tab2); | ||
var _Tabs3 = _interopRequireDefault(_Tabs2); | ||
var _Tab2 = require('./tab/Tab'); | ||
var _Tab3 = _interopRequireDefault(_Tab2); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
exports.Button = _Button3.default; | ||
exports.tab = _tab3.default; | ||
exports.Tabs = _Tabs3.default; | ||
exports.Tab = _Tab3.default; |
{ | ||
"name": "accent-ui", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Accent's UI components", | ||
@@ -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
10221
186