Skip to content

Commit

Permalink
Add missing SK postal code
Browse files Browse the repository at this point in the history
Fixes #1144
  • Loading branch information
gustavohenke committed May 22, 2022
1 parent 1920b8c commit 199fcf6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -291,8 +291,8 @@ export type PostalCodeLocale =
| 'ID'
| 'IL'
| 'IN'
| 'IS'
| 'IR'
| 'IS'
| 'IT'
| 'JP'
| 'KE'
Expand All @@ -318,6 +318,7 @@ export type PostalCodeLocale =
| 'SE'
| 'SG'
| 'SI'
| 'SK'
| 'TH'
| 'TN'
| 'TW'
Expand Down

0 comments on commit 199fcf6

Please sign in to comment.