compact-timezone-list
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -36,3 +36,3 @@ /** | ||
*/ | ||
exports.default = [ | ||
export default [ | ||
{ offset: '-11:00', label: '(GMT-11:00) Niue', tzCode: 'Pacific/Niue' }, | ||
@@ -294,3 +294,3 @@ { offset: '-11:00', label: '(GMT-11:00) Pago Pago', tzCode: 'Pacific/Pago_Pago' }, | ||
*/ | ||
exports.minimalTimezoneSet = [ | ||
export const minimalTimezoneSet = [ | ||
{ offset: '-11:00', label: '(GMT-11:00) Pago Pago', tzCode: 'Pacific/Pago_Pago' }, | ||
@@ -297,0 +297,0 @@ { offset: '-10:00', label: '(GMT-10:00) Hawaii Time', tzCode: 'Pacific/Honolulu' }, |
{ | ||
"name": "compact-timezone-list", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Array of timezones with their long and short names, and GMT offsets.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
27995