Skip to content

Commit

Permalink
Add areacode for Ontario (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
imbrianj authored Nov 12, 2024
1 parent 6d2f75b commit 274aa6d
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 @@ -21,6 +21,7 @@ export const AREA_CODE_LIST = [
'223',
'224',
'225',
'226',
'257',
'228',
'229',
Expand Down
1 change: 1 addition & 0 deletions src/phoneCodes.js
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,7 @@ export const AREA_CODES = {
state: 'NS/PE',
region: CANADA,
},
226: { name: 'Ontario', code: 'ON', region: CANADA },
289: { name: 'Ontario', code: 'ON', region: CANADA },
343: { name: 'Ontario', code: 'ON', region: CANADA },
365: { name: 'Ontario', code: 'ON', region: CANADA },
Expand Down

0 comments on commit 274aa6d

Please sign in to comment.