Skip to content

Commit

Permalink
3.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
derhuerst committed Dec 6, 2024
1 parent 3d7f3a2 commit 097cd2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gtfs-rt-differential-to-full-dataset",
"description": "Transform a differential GTFS Realtime feed into a full dataset/dump.",
"version": "3.0.0-alpha.0",
"description": "Transform a stream of DIFFERENTIAL-mode GTFS Realtime (GTFS-RT) FeedEntities into a FULL_DATASET-mode feed.",
"version": "3.0.0-alpha.1",
"main": "index.js",
"files": [
"index.js",
Expand All @@ -16,7 +16,7 @@
"differential"
],
"author": "Jannis R <[email protected]>",
"homepage": "https://github.com/derhuerst/gtfs-rt-differential-to-full-dataset/tree/3.0.0-alpha.0",
"homepage": "https://github.com/derhuerst/gtfs-rt-differential-to-full-dataset/tree/3.0.0-alpha.1",
"repository": "derhuerst/gtfs-rt-differential-to-full-dataset",
"bugs": "https://github.com/derhuerst/gtfs-rt-differential-to-full-dataset/issues",
"license": "ISC",
Expand Down

0 comments on commit 097cd2f

Please sign in to comment.