geonames-us-util
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -12,3 +12,3 @@ exports = module.exports = buildIndex; | ||
var index = {}; | ||
var data = fs.readFileSync('US.txt').toString(); | ||
var data = fs.readFileSync(__dirname + '/US.txt').toString(); | ||
data.split("\n").forEach(function(line) { | ||
@@ -15,0 +15,0 @@ var res = line.split("\t"); |
{ | ||
"name": "geonames-us-util", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "memory index from geonames", | ||
@@ -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
2801394