country-code-lookup
Advanced tools
Comparing version 0.0.0 to 0.0.1
@@ -5,4 +5,5 @@ | ||
function load(){ | ||
var data = require('fs').readFileSync('country-codes.csv').toString().split('\r\n'); | ||
var path = require('path'); | ||
var data = require('fs').readFileSync(path.join(__dirname, 'country-codes.csv')).toString().split('\r\n'); | ||
var headings = data[0].split(','); | ||
@@ -9,0 +10,0 @@ |
{ | ||
"name": "country-code-lookup", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"description": "Finds countries by various country codes", | ||
@@ -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
18593
93