Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
Add Tab and Tabs to index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
James Morris committed Nov 6, 2017
1 parent 8444c13 commit 1d9d7df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,7 @@ export ArrowPopover from './ArrowPopover';
export Popover from './Popover';
export SectionHeader from './SectionHeader';
export Select from './Select';
export Tab from './Tab';
export Tabs from './Tabs';
export Text from './Text';
export PseudoClassComponent from './PseudoClassComponent';
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bufferapp/components",
"version": "2.1.1",
"version": "2.1.1-beta.2",
"description": "A shared set of UI Components",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 1d9d7df

Please sign in to comment.