node-country-info
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -6,2 +6,3 @@ var path = require('path'); | ||
get: function(alpha2) { | ||
alpha2 = alpha2 || ''; | ||
alpha2 = alpha2.toUpperCase(); | ||
@@ -8,0 +9,0 @@ return CountryInfo[alpha2]; |
{ | ||
"name": "node-country-info", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "This is a library that helps to get general country information", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
18451
40