Skip to content

Commit

Permalink
feat(Theme): Add Theme as export for Fitzy Library
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenfitzpatrick committed Mar 8, 2018
1 parent c72219d commit 06fffb6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"rollup-plugin-node-resolve": "^3.0.2",
"rollup-plugin-post-replace": "^1.0.0",
"standard-version": "^4.3.0",
"styled-components": "^3.2.0",
"styled-components": "^3.2.1",
"stylelint": "^9.1.1",
"stylelint-config-standard": "^18.2.0",
"stylelint-config-styled-components": "^0.1.1",
Expand Down
3 changes: 3 additions & 0 deletions src/fitzy.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ export { default as RadioOption } from './components/RadioGroup/RadioOption';

// Components
export { default as Alert } from './components/Alert/Alert';

// Export Theme
export { default as Theme } from './theme/theme';

0 comments on commit 06fffb6

Please sign in to comment.