Skip to content

Commit

Permalink
feat: add business days utils (#12)
Browse files Browse the repository at this point in the history
[Hack Day] Add a series of functions for working with business days,
previously kept in the homebound-team/date-fns repo. The aim is to
eventually remove this fork / its patches from other Homebound repos.
  • Loading branch information
khalidwilliams authored Mar 15, 2024
1 parent 8f0f290 commit 7137808
Show file tree
Hide file tree
Showing 4 changed files with 860 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,8 @@
"lint-staged": {
"*.{js,ts,css,md}": "prettier --write",
"*.{js,ts,tsx}": "eslint --fix"
},
"dependencies": {
"date-fns": "^3.5.0"
}
}
Loading

0 comments on commit 7137808

Please sign in to comment.