Skip to content

Commit

Permalink
Merge pull request #140 from linkedconnections/development
Browse files Browse the repository at this point in the history
v2.1.7
  • Loading branch information
julianrojas87 authored Nov 15, 2022
2 parents 8c834ff + d0978b8 commit 04252be
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/gtfs2connections.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Mapper.prototype.resultStream = async function (path, output, done) {
console.error('linkedConnections.' + ext + ' File created in ' + (t1.getTime() - t0.getTime()) + ' ms');
await del(
[
path + '/connections_*',
output + '/connections_*',
output + '/stops.db',
output + '/routes.db',
output + '/trips.db',
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gtfs2lc",
"version": "2.1.6",
"version": "2.1.7",
"description": "Mapping script from gtfs to (linked) connections",
"main": "lib/gtfs2lc.js",
"bin": {
Expand Down

0 comments on commit 04252be

Please sign in to comment.