Skip to content

Commit

Permalink
Merge pull request #50 from lux-group/fix-types-dates
Browse files Browse the repository at this point in the history
fix(types): update types
  • Loading branch information
reb2020 authored Feb 28, 2022
2 parents 7f7a3ff + 1ee9517 commit b858592
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,6 @@ declare module "@luxuryescapes/lib-global" {
floorDate: Date,
ceilingDate: Date,
including?: boolean
) => Date;
) => Date[];
};
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@luxuryescapes/lib-global",
"version": "2.6.6",
"version": "2.6.7",
"description": "Lib for expanding functionality and deduplicating code between services",
"main": "compiled/index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit b858592

Please sign in to comment.