Skip to content

Commit

Permalink
fix: fix remaining wrong templates name, which should be migrated to …
Browse files Browse the repository at this point in the history
…snakeCase
  • Loading branch information
wa0x6e committed Mar 3, 2023
1 parent 1b95edd commit 50e44d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/calendar/DomainCollection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ export const DOMAIN_FORMAT: Record<DomainType, string> = {
year: 'YYYY',
month: 'MMMM',
week: 'wo [week] YYYY',
x_day: 'Do MMM',
xDay: 'Do MMM',
ghDay: 'Do MMM',
day: 'Do MMM',
hour: 'HH:00',
minute: 'HH:mm',
Expand Down
3 changes: 2 additions & 1 deletion src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ declare namespace CalHeatmap {
| 'year'
| 'month'
| 'week'
| 'x_day'
| 'xDay'
| 'ghDay'
| 'day'
| 'hour'
| 'minute';
Expand Down

0 comments on commit 50e44d3

Please sign in to comment.