Comparing version 0.1.6 to 0.1.7
@@ -19,2 +19,6 @@ import Button from './components/Button/Button'; | ||
import Table from './components/Table/Table'; | ||
import TableColumn from './components/Table/TableColumn'; | ||
import TableCell from './components/Table/TableCell'; | ||
import TableHeader from './components/Table/TableHeader'; | ||
import TableRow from './components/Table/TableRow'; | ||
import Textarea from './components/Textarea/Textarea'; | ||
@@ -41,3 +45,7 @@ | ||
Table, | ||
TableColumn, | ||
TableCell, | ||
TableHeader, | ||
TableRow, | ||
Textarea, | ||
}; |
{ | ||
"name": "stardust", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"description": "Semantic UI components for React.", | ||
@@ -26,2 +26,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"bluebird": "^2.10.2", | ||
"classnames": "^2.1.5", | ||
@@ -28,0 +29,0 @@ "jquery": "^2.1.4", |
23969
755
5
+ Addedbluebird@^2.10.2
+ Addedbluebird@2.11.0(transitive)