tinper-bee
Advanced tools
Comparing version 0.0.12 to 0.0.13
18
index.js
@@ -21,2 +21,10 @@ | ||
var Transition = require('./lib/Transition'); | ||
var Navbar = require('./lib/Navbar'); | ||
var Animate = require('./lib/Animate'); | ||
var Select = require('./lib/Select'); | ||
var Tile = require('./lib/Tile'); | ||
var Icon = require('./lib/Icon'); | ||
var Menu = require('./lib/Menu'); | ||
var Upload = require('./lib/Upload'); | ||
var Breadcrumb = require('./lib/Breadcrumb'); | ||
@@ -46,3 +54,11 @@ | ||
Panel: Panel, | ||
Transition: Transition | ||
Transition: Transition, | ||
Select: Select, | ||
Animate: Animate, | ||
Icon: Icon, | ||
Menu: Menu, | ||
Breadcrumb: Breadcrumb, | ||
Upload: Upload, | ||
Tile: Tile, | ||
Navbar: Navbar | ||
}; |
{ | ||
"name": "tinper-bee", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"description": "React Components living for enterprise-class pc backend application", | ||
@@ -5,0 +5,0 @@ "main": "build/tinper-bee.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
2352115
38389