From d4a5b36f44c985bc81fde2330cf24ac11337c632 Mon Sep 17 00:00:00 2001 From: ponlawat-w Date: Mon, 4 Dec 2023 16:33:28 +0700 Subject: [PATCH] 0.0.3 - Updated package description --- package-lock.json | 4 ++-- package.json | 7 +++++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index a28f4c3..fc75d50 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gtfs-io", - "version": "0.0.2", + "version": "0.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "gtfs-io", - "version": "0.0.2", + "version": "0.0.3", "license": "ISC", "dependencies": { "adm-zip": "^0.5.10", diff --git a/package.json b/package.json index 841df60..49c7c52 100644 --- a/package.json +++ b/package.json @@ -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",