Skip to content

Commit

Permalink
chore: update package info
Browse files Browse the repository at this point in the history
  • Loading branch information
vfshera committed May 20, 2024
1 parent 27462b8 commit 74fb358
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
15 changes: 14 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 74fb358

Please sign in to comment.