Skip to content

Commit

Permalink
Add: Layout to Build
Browse files Browse the repository at this point in the history
  • Loading branch information
Guilherme Diego committed Jul 24, 2018
1 parent ed9547a commit 7e637e7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "burro",
"version": "1.0.2",
"version": "1.0.3",
"description": "A biblioteca de components do open sanca",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opensanca/burro-react",
"version": "1.0.2",
"version": "1.0.3",
"description": "Biblioteca de Componentes React para o Burro",
"main": "dist/bundle.min.js",
"scripts": {
Expand Down
2 changes: 2 additions & 0 deletions react/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ export * from './Input';
export * from './Table';
export * from './Header';
export * from './Grid';

export * from './Layout';

0 comments on commit 7e637e7

Please sign in to comment.