Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "tz", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"author": "Chris Dickinson <chris@neversaw.us>", | ||
@@ -5,0 +5,0 @@ "description": "sniff for timezone info using pure JS", |
10
tz.js
@@ -9,2 +9,7 @@ module.exports = { | ||
{ | ||
"loc": "Asia", | ||
"abbr": "KST", | ||
"name": "Korea Standard Time" | ||
}, | ||
{ | ||
"loc": "Australia", | ||
@@ -487,2 +492,7 @@ "abbr": "WDT", | ||
{ | ||
"loc": "North America", | ||
"abbr": "HST", | ||
"name": "Hawaii-Aleutian Standard Time" | ||
}, | ||
{ | ||
"loc": "Pacific", | ||
@@ -489,0 +499,0 @@ "abbr": "TAHT", |
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
29197
1106