Skip to content

Commit

Permalink
Merge pull request #52 from ronatskiy/add-country-data-for-iot
Browse files Browse the repository at this point in the history
fix: Add country data for IOT
  • Loading branch information
ronatskiy authored Jul 14, 2023
2 parents c787285 + 4106a2e commit 28bff77
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dist"
],
"engines": {
"node": "^12.17.0 || 13.x || 14.x || 15.x || 16.x || 17.x || 18.x"
"node": "^16.x || 17.x || 18.x"
},
"scripts": {
"clean": "rimraf dist coverage",
Expand Down
1 change: 1 addition & 0 deletions src/data/countries.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ module.exports = [
new CountryData("Iceland", "Icelander", "IS", "ISL"),
new CountryData("India", "Indian", "IN", "IND"),
new CountryData("Indonesia", "Indonesian", "ID", "IDN"),
new CountryData("British Indian Ocean Territory", "British", "IO", "IOT"),
new CountryData("Iran", "Iranian", "IR", "IRN"),
new CountryData("Iraq", "Iraqi", "IQ", "IRQ"),
new CountryData("Ireland", "Irish", "IE", "IRL"),
Expand Down
2 changes: 1 addition & 1 deletion src/data/flagUrlByIso3.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ module.exports = {
'IDN': createUrl('commons/9/9f/Flag_of_Indonesia.svg'),
'IMN': createUrl('commons/b/bc/Flag_of_the_Isle_of_Man.svg'),
'IND': createUrl('commons/4/41/Flag_of_India.svg'),
'IOT': createUrl("commons/6/65/Flag_of_the_Commissioner_of_the_British_Indian_Ocean_Territory.svg'),
'IOT': createUrl('commons/6/65/Flag_of_the_Commissioner_of_the_British_Indian_Ocean_Territory.svg'),
'IRL': createUrl('commons/c/c0/Republic_of_Ireland_Flag.svg'),
'IRN': createUrl('commons/c/ca/Flag_of_Iran.svg'),
'IRQ': createUrl('commons/f/f6/Flag_of_Iraq.svg'),
Expand Down

0 comments on commit 28bff77

Please sign in to comment.