Skip to content

Commit

Permalink
Add 844 area code (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
imbrianj authored Dec 4, 2024
1 parent 3efd738 commit b683229
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/areaCodeList.js
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@ export const AREA_CODE_LIST = [
'839',
'840',
'843',
'844',
'845',
'847',
'848',
Expand Down
1 change: 1 addition & 0 deletions src/phoneCodes.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export const AREA_CODES = {
// Toll Free / Not Geographic
800: { name: 'Toll-free', region: { name: 'United States', code: 'US' } },
833: { name: 'Toll-free', region: { name: 'United States', code: 'US' } },
844: { name: 'Toll-free', region: { name: 'United States', code: 'US' } },
888: { name: 'Toll-free', region: { name: 'United States', code: 'US' } },
877: { name: 'Toll-free', region: { name: 'United States', code: 'US' } },
866: { name: 'Toll-free', region: { name: 'United States', code: 'US' } },
Expand Down

0 comments on commit b683229

Please sign in to comment.