@genyus/country-code
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -32,3 +32,3 @@ "use strict"; | ||
return (0, _filter["default"])(countryData, function (country) { | ||
return (0, _get["default"])(country, 'name', '').includes(name || ''); | ||
return (0, _get["default"])(country, 'name', '').toLowerCase().includes((name || '').toLowerCase()); | ||
}); | ||
@@ -35,0 +35,0 @@ }, |
{ | ||
"name": "@genyus/country-code", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Country Data utility Library, ISO Codes etc...", | ||
@@ -5,0 +5,0 @@ "author": "Layton Whiteley <layton.whiteley@gmail.com>", |
36124