Skip to content

Commit

Permalink
0.0.3 - Updated package description
Browse files Browse the repository at this point in the history
  • Loading branch information
ponlawat-w committed Dec 4, 2023
1 parent 703b70c commit d4a5b36
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
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.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
{
"name": "gtfs-io",
"type": "module",
"version": "0.0.2",
"description": "Type definitions and IO operations for GTFS datasets",
"version": "0.0.3",
"description": "Type definitions and IO operations for reading and writing GTFS datasets",
"main": "dist/index.js",
"keywords": [
"gtfs", "read", "write", "reading", "writing"
],
"scripts": {
"build": "npx tsc",
"pack": "npm run build && npx webpack",
Expand Down

0 comments on commit d4a5b36

Please sign in to comment.