Skip to content

Commit

Permalink
fix: hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Junyu authored and FlorianWendelborn committed Jan 3, 2019
1 parent a0b76c3 commit 20ececc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import KtInlineEdit from '../packages/kotti-inline-edit'
import KtInput from '../packages/kotti-input'
import KtModal from '../packages/kotti-modal'
import KtNavbar from '../packages/kotti-navbar'
import KtUserMenu from '../packages/kotti-user-menu'
import KtRadio from '../packages/kotti-radio'
import KtRow from '../packages/kotti-row'
import KtSingleSelect from '../packages/kotti-single-select'
Expand All @@ -35,6 +36,7 @@ const components = [
KtSingleSelect,
KtSwitch,
KtTable,
KtUserMenu,
ktRadioGroup,
]

Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
"type": "git",
"url": "https://github.com/3YOURMIND/kotti"
},
"version": "0.0.1-beta.10"
"version": "0.0.2"
}

0 comments on commit 20ececc

Please sign in to comment.