diff --git a/.github/.keepalive b/.github/.keepalive deleted file mode 100644 index 96745fb..0000000 --- a/.github/.keepalive +++ /dev/null @@ -1 +0,0 @@ -2023-11-01T03:20:12.927Z diff --git a/docs/types/index.d.ts b/docs/types/index.d.ts index 294418b..f942d2d 100644 --- a/docs/types/index.d.ts +++ b/docs/types/index.d.ts @@ -18,7 +18,7 @@ // TypeScript Version: 4.1 -type PoliticalParty = 'Democratic' | 'Republican' | 'Democratic-Republican' | 'Federalist' | 'National Union' | 'Whig' | 'Whig & Democratic' | 'none'; // tslint-disable-line max-line-length +type PoliticalParty = 'Democratic' | 'Republican' | 'Democratic-Republican' | 'Federalist' | 'National Union' | 'Whig' | 'Whig & Democratic' | 'none'; type YearRange = [ number, number ];