Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

Commit

Permalink
fix: change package.json (tui-release-notes address change) / 'templa…
Browse files Browse the repository at this point in the history
…te' option add to optionsProps (#42)

* change package.json (tui-release-notes address change)

* option template add to optionsProps

* Delete yarn.lock
  • Loading branch information
awer000 committed Dec 14, 2020
1 parent 811d2fe commit 6e0f927
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"webpack": "^4.29.0",
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.1.14",
"tui-release-notes": "git+https://github.com/nhn/tui.release-notes.git"
"tui-release-notes": "git+https://github.com/nhn/toast-ui.release-notes.git"
},
"dependencies": {
"tui-calendar": "^1.12.5"
Expand Down
3 changes: 2 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ const optionProps = [
'taskView',
'theme',
'timezones',
'week'
'week',
'template'
];

export default class Calendar extends React.Component {
Expand Down

0 comments on commit 6e0f927

Please sign in to comment.