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

Commit

Permalink
v6.1.23: fix #53
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay LaPorte committed Jul 29, 2019
1 parent 7ad65e3 commit 74a20e0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions pack.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ for(const [lat, lon] of [
[ 46.4392, -67.7450], // fix #48
[ 45.3238, -116.5487], // fix #51
[-37.3786, 140.8362], // fix #52
[ 44.6972, -67.3955], // fix #53
]) {
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.22"
"version": "6.1.23"
}
1 change: 1 addition & 0 deletions test.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ describe("tzlookup", function() {
[[ 46.4392, -67.7449], "America/Moncton"], // #48
[[ 45.3238, -116.5487], "America/Boise"], // #51
[[-37.3786, 140.8362], "Australia/Adelaide"], // #52
[[ 44.6972, -67.3955], "America/New_York"], // #53

// 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 74a20e0

Please sign in to comment.