country-locale-map
Advanced tools
Comparing version 0.1.4 to 0.1.5
const fs = require('fs'); | ||
function CLM() { | ||
var clm = {}; | ||
var rawdata = fs.readFileSync('countries.json'); | ||
var rawdata = fs.readFileSync(__dirname+'/countries.json'); | ||
var countries = JSON.parse(rawdata); | ||
@@ -6,0 +6,0 @@ |
{ | ||
"name": "country-locale-map", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "provides mapping between country codes and default country locals", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24838