zip-to-timezone
Advanced tools
Comparing version 1.0.29 to 1.0.30
@@ -29,5 +29,2 @@ "use strict"; | ||
exports.ZipToTz = ZipToTz; | ||
const v = new ZipToTz(); | ||
let g = v.full('99618'); | ||
console.log(666, g); | ||
//# sourceMappingURL=index.js.map |
@@ -29,5 +29,2 @@ const fs = require('fs'); | ||
const v = new ZipToTz() | ||
let g = v.full('99618'); | ||
console.log(666, g) | ||
//Eastern Time - America/New_York | ||
@@ -34,0 +31,0 @@ //Central Time - America/Chicago |
{ | ||
"name": "zip-to-timezone", | ||
"version": "1.0.29", | ||
"version": "1.0.30", | ||
"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
1642566
81