Skip to content

Commit

Permalink
Build the data
Browse files Browse the repository at this point in the history
  • Loading branch information
dmythro committed Jan 31, 2020
1 parent 8b216f9 commit 88b98b3
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion dist/countries.csv
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
"US","United States","United States","1","North America","Washington D.C.","USD,USN,USS","en"
"UY","Uruguay","Uruguay","598","South America","Montevideo","UYI,UYU","es"
"UZ","Uzbekistan","O‘zbekiston","998","Asia","Tashkent","UZS","uz,ru"
"VA","Vatican City","Vaticano","39066,379","Europe","Vatican City","EUR","it,la"
"VA","Vatican City","Vaticano","379","Europe","Vatican City","EUR","it,la"
"VC","Saint Vincent and the Grenadines","Saint Vincent and the Grenadines","1784","North America","Kingstown","XCD","en"
"VE","Venezuela","Venezuela","58","South America","Caracas","VES","es"
"VG","British Virgin Islands","British Virgin Islands","1284","North America","Road Town","USD","en"
Expand Down
2 changes: 1 addition & 1 deletion dist/countries.emoji.json
Original file line number Diff line number Diff line change
Expand Up @@ -3158,7 +3158,7 @@
"VA": {
"name": "Vatican City",
"native": "Vaticano",
"phone": "39066,379",
"phone": "379",
"continent": "EU",
"capital": "Vatican City",
"currency": "EUR",
Expand Down
2 changes: 1 addition & 1 deletion dist/countries.emoji.min.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/countries.json
Original file line number Diff line number Diff line change
Expand Up @@ -2688,7 +2688,7 @@
"VA": {
"name": "Vatican City",
"native": "Vaticano",
"phone": "39066,379",
"phone": "379",
"continent": "EU",
"capital": "Vatican City",
"currency": "EUR",
Expand Down
2 changes: 1 addition & 1 deletion dist/countries.min.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -3168,7 +3168,7 @@
"VA": {
"name": "Vatican City",
"native": "Vaticano",
"phone": "39066,379",
"phone": "379",
"continent": "EU",
"capital": "Vatican City",
"currency": "EUR",
Expand Down
2 changes: 1 addition & 1 deletion dist/data.min.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/data.sql
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ INSERT INTO `countries` (`code`, `name`, `native`, `phone`, `continent`, `capita
('US', 'United States', 'United States', '1', 'NA', 'Washington D.C.', 'USD,USN,USS', 'en'),
('UY', 'Uruguay', 'Uruguay', '598', 'SA', 'Montevideo', 'UYI,UYU', 'es'),
('UZ', 'Uzbekistan', 'O‘zbekiston', '998', 'AS', 'Tashkent', 'UZS', 'uz,ru'),
('VA', 'Vatican City', 'Vaticano', '39066,379', 'EU', 'Vatican City', 'EUR', 'it,la'),
('VA', 'Vatican City', 'Vaticano', '379', 'EU', 'Vatican City', 'EUR', 'it,la'),
('VC', 'Saint Vincent and the Grenadines', 'Saint Vincent and the Grenadines', '1784', 'NA', 'Kingstown', 'XCD', 'en'),
('VE', 'Venezuela', 'Venezuela', '58', 'SA', 'Caracas', 'VES', 'es'),
('VG', 'British Virgin Islands', 'British Virgin Islands', '1284', 'NA', 'Road Town', 'USD', 'en'),
Expand Down
4 changes: 2 additions & 2 deletions dist/index.es5.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/minimal/countries.minimal.min.json

Large diffs are not rendered by default.

0 comments on commit 88b98b3

Please sign in to comment.