Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Commit

Permalink
v6.1.24: fix #54
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay LaPorte committed Aug 22, 2019
1 parent 74a20e0 commit ab076ce
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions pack.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ for(const [lat, lon] of [
[ 45.3238, -116.5487], // fix #51
[-37.3786, 140.8362], // fix #52
[ 44.6972, -67.3955], // fix #53
[ 67.9333, 23.4333], // fix #54
[ 67.8167, 23.1667], // fix #54
]) {
urban_geojson.features.push({
properties: {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
"scripts": {
"test": "mocha"
},
"version": "6.1.23"
"version": "6.1.24"
}
2 changes: 2 additions & 0 deletions test.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ describe("tzlookup", function() {
[[ 45.3238, -116.5487], "America/Boise"], // #51
[[-37.3786, 140.8362], "Australia/Adelaide"], // #52
[[ 44.6972, -67.3955], "America/New_York"], // #53
[[ 67.9333, 23.4333], "Europe/Stockholm"], // #54
[[ 67.8167, 23.1667], "Europe/Stockholm"], // #54

// Check that we resolve conflicting zones adequately.
[[ 43.8250, 87.6000], "Asia/Urumqi"],
Expand Down
2 changes: 1 addition & 1 deletion tz.js

Large diffs are not rendered by default.

0 comments on commit ab076ce

Please sign in to comment.