Skip to content

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
William Rozin Gaspar committed Sep 3, 2018
1 parent e937774 commit f4dfcd2
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 32 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ src
docs
.docz
doczrc.js
.gitignore
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "flipper-ui",
"version": "0.1.0",
"version": "0.1.1",
"description": "",
"main": "./dist/index.js",
"main": "dist/index.js",
"homepage": "https://nginformatica.github.io/flipper-ui/",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0",
Expand Down
29 changes: 0 additions & 29 deletions src/core/index.ts

This file was deleted.

30 changes: 29 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,29 @@
export * from './core'
export * from './core/Advertise'
export * from './core/Avatar'
export * from './core/Badge'
export * from './core/Box'
export * from './core/Button'
export * from './core/Card'
export * from './core/Checkbox'
export * from './core/Chip'
export * from './core/Container'
export * from './core/Content'
export * from './core/DateTime'
export * from './core/Header'
export * from './core/Line'
export * from './core/List'
export * from './core/ListItem'
export * from './core/Menu'
export * from './core/Node'
export * from './core/Pagination'
export * from './core/Paper'
export * from './core/Progress'
export * from './core/Radio'
export * from './core/RadioGroup'
export * from './core/Select'
export * from './core/Sidebar'
export * from './core/Snackbar'
export * from './core/Stepper'
export * from './core/TextField'
export * from './core/Tree'
export * from './core/Typography'

0 comments on commit f4dfcd2

Please sign in to comment.