Skip to content

Commit

Permalink
improve postcode range for en_US -> TX
Browse files Browse the repository at this point in the history
  • Loading branch information
monkpit authored Oct 5, 2021
1 parent 17d5648 commit 6b9c633
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/locales/en_US/address/postcode_by_state.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,8 @@ module["exports"] = {
max:38589
},
TX:{
min:73301,
max:73301
min:75503,
max:79999
},
UT:{
min:84001,
Expand Down

0 comments on commit 6b9c633

Please sign in to comment.