Skip to content

Commit

Permalink
Merge pull request #55 from evansiroky/2017a
Browse files Browse the repository at this point in the history
Fixes #54
  • Loading branch information
evansiroky authored Apr 3, 2017
2 parents 5205100 + 141fc0a commit 333d585
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 5 deletions.
Binary file modified data.zip
Binary file not shown.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"updateTzData": "node scripts/update-data.js"
},
"devDependencies": {
"async": "^2.1.4",
"async": "^2.1.5",
"chai": "^3.5.0",
"codeclimate-test-reporter": "^0.4.0",
"codeclimate-test-reporter": "^0.4.1",
"cz-conventional-changelog": "^2.0.0",
"follow-redirects": "^1.2.1",
"fs-extra": "^2.0.0",
Expand All @@ -40,8 +40,8 @@
"lodash": "^4.17.4",
"mkdirp": "^0.5.1",
"mocha": "^3.2.0",
"nock": "^9.0.5",
"rimraf": "^2.5.2",
"nock": "^9.0.9",
"rimraf": "^2.6.1",
"semantic-release": "^6.3.2",
"yauzl": "^2.6.0",
"yazl": "^2.4.2"
Expand All @@ -50,7 +50,7 @@
"@turf/helpers": "^4.0.0",
"@turf/inside": "^4.0.0",
"geobuf": "^3.0.0",
"moment-timezone": "0.5.11",
"moment-timezone": "0.5.12",
"pbf": "^3.0.5"
},
"config": {
Expand Down
15 changes: 15 additions & 0 deletions tests/fixtures/issues.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,20 @@
"lat": 48.712475,
"lon": 44.513414,
"description": "#37: 2016j update"
}, {
"zid": "America/Punta_Arenas",
"lat": -53.168394,
"lon": -70.911243,
"description": "#54: 2017a update - New Zone: America/Punta_Arenas"
}, {
"zid": "America/New_York",
"lat": 32.471726,
"lon": -85.004259,
"description": "#54: 2017a update - Phenix City, AL"
}, {
"zid": "America/Chicago",
"lat": 44.370520,
"lon": -100.388835,
"description": "#54: 2017a update - Fort Pierre, SD"
}
]

0 comments on commit 333d585

Please sign in to comment.