Skip to content

Commit

Permalink
build: npm 배포
Browse files Browse the repository at this point in the history
  • Loading branch information
dladncks1217 committed Jul 13, 2023
1 parent db191c8 commit 63a18c7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hang-log-design-system",
"version": "1.1.0",
"version": "1.1.1",
"description": "행록 디자인 시스템",
"homepage": "https://github.com/hang-log-design-system/design-system",
"main": "dist/index.js",
Expand Down
3 changes: 3 additions & 0 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ import Toast from '@components/Toast/Toast';
import Toggle from '@components/Toggle/Toggle';
import ToggleGroup from '@components/ToggleGroup/ToggleGroup';

import { Theme } from '@styles/Theme';

export {
HangLogProvider,
useCalendar,
Expand Down Expand Up @@ -72,4 +74,5 @@ export {
Toast,
Toggle,
ToggleGroup,
Theme,
};

0 comments on commit 63a18c7

Please sign in to comment.