Skip to content

Commit

Permalink
Merge pull request #10 from hapijs/fix/auto-update-tlds
Browse files Browse the repository at this point in the history
Update TLDs
  • Loading branch information
Marsup authored Jun 19, 2024
2 parents 21a2263 + af7ec9a commit 1194bea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/tlds.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// https://data.iana.org/TLD/tlds-alpha-by-domain.txt
// # Version 2024032800, Last Updated Thu Mar 28 07:07:01 2024 UTC
// # Version 2024061801, Last Updated Wed Jun 19 07:07:01 2024 UTC

export const TLDS: string[] = [
'AAA',
Expand Down Expand Up @@ -805,7 +805,6 @@ export const TLDS: string[] = [
'NAB',
'NAGOYA',
'NAME',
'NATURA',
'NAVY',
'NBA',
'NC',
Expand Down

0 comments on commit 1194bea

Please sign in to comment.