Skip to content

Commit f90421a

Browse files
committed
minor tweaks; mention @smohiudd as contributor; 4.10.1
1 parent 3da8239 commit f90421a

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

lib/postgis.sql

Lines changed: 0 additions & 1 deletion
This file was deleted.

lib/prerequisites.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ ${opt.postgraphile ? `\
2626
COMMENT ON FUNCTION "${opt.schema}".is_bcp_47_tag IS E'@omit';
2727
` : ''}
2828
29+
-- todo [breaking]: remove
2930
CREATE OR REPLACE FUNCTION "${opt.schema}".is_valid_lang_code(
3031
input TEXT
3132
)

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gtfs-via-postgres",
33
"description": "Process GTFS using PostgreSQL.",
4-
"version": "4.10.0",
4+
"version": "4.10.1",
55
"main": "lib/index.js",
66
"bin": {
77
"gtfs-to-sql": "cli.js",
@@ -31,7 +31,8 @@
3131
"author": "Jannis R <mail@jannisr.de>",
3232
"contributors": [
3333
"Daniel Langbein <daniel@systemli.org>",
34-
"Magnus Burton <magnus.burton@me.com>"
34+
"Magnus Burton <magnus.burton@me.com>",
35+
"smohiudd <saadiq@developmentseed.org>"
3536
],
3637
"homepage": "https://github.com/public-transport/gtfs-via-postgres/tree/4.9.0",
3738
"repository": {

0 commit comments

Comments
 (0)