zip-to-timezone
Advanced tools
Comparing version 1.0.20 to 1.0.21
@@ -33,3 +33,3 @@ "use strict"; | ||
const filePath = process.cwd(); | ||
let fileContents = yield fs.readFileSync(`${filePath}/src/.${fileName}.yml`, 'utf8'); | ||
let fileContents = yield fs.readFileSync(`${filePath}/.${fileName}.yml`, 'utf8'); | ||
let data = yaml.safeLoad(fileContents); | ||
@@ -36,0 +36,0 @@ for (const [timezone] of Object.entries(data)) { |
@@ -19,3 +19,3 @@ const fs = require('fs'); | ||
const filePath = process.cwd(); | ||
let fileContents = await fs.readFileSync(`${filePath}/src/.${fileName}.yml`, 'utf8'); | ||
let fileContents = await fs.readFileSync(`${filePath}/.${fileName}.yml`, 'utf8'); | ||
let data = yaml.safeLoad(fileContents); | ||
@@ -22,0 +22,0 @@ for (const [timezone] of Object.entries(data)) { |
{ | ||
"name": "zip-to-timezone", | ||
"version": "1.0.20", | ||
"version": "1.0.21", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
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
3281827
10