From 74fb35892162b68e8b9b46fce2a4d5bcf95141f2 Mon Sep 17 00:00:00 2001 From: Franklin Shera Date: Mon, 20 May 2024 20:28:40 +0300 Subject: [PATCH] chore: update package info --- README.md | 2 +- package.json | 15 ++++++++++++++- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cd2a006..f710f93 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ export const GET: RouteHandler<{ ``` -**Check the examples folder for more** +[**Check the examples folder for more**](./examples/typescript/server.ts) ## Acknowledgements diff --git a/package.json b/package.json index 3013d06..2c2f707 100644 --- a/package.json +++ b/package.json @@ -15,8 +15,21 @@ "pre-commit": "lint-staged", "lint": "tsc" }, - "keywords": [], + "keywords": [ + "fastify-dir-routes", + "fastify", + "fastify-routing", + "directory-routing" + ], "author": "Franklin Shera", + "homepage": "https://github.com/vfshera/fastify-dir-routes#readme", + "repository": { + "type": "git", + "url": "https://github.com/vfshera/fastify-dir-routes.git" + }, + "bugs": { + "url": "https://github.com/vfshera/fastify-dir-routes/issues" + }, "license": "MIT", "files": [ "dist"