Skip to content

Commit

Permalink
refactor(date-config): make date-config human readable (#52)
Browse files Browse the repository at this point in the history
Updates the date config to me a map properly defining each year and months for human readability

Co-authored-by: Subesh <subeshb1@gmail.com>
  • Loading branch information
plerionaut-subesh and subeshb1 authored Jun 18, 2024
1 parent acdb624 commit 16243ac
Show file tree
Hide file tree
Showing 5 changed files with 1,337 additions and 125 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,10 @@ $ git push

```

## Fixing dates and adding future data

The length of month can change for the future dates. Update the `date-config-ts` files with the number of days in respective months to fix the issue. Order the data in ascending order

## Maintainer

- [Subesh Bhandari](https://twitter.com/subesh1)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,4 @@
"typedoc": "^0.25.12",
"typescript": "^4.7.4"
}
}
}
Loading

0 comments on commit 16243ac

Please sign in to comment.