Skip to content

Commit

Permalink
Updated package json metadata for npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniele Fedeli committed Dec 18, 2021
1 parent fe16393 commit 8c7b9d8
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": "fastify-get-only",
"version": "1.0.0",
"description": "",
"description": "Small plugin used in fastify app to make the app only accept GET requests",
"main": "index.js",
"directories": {
"test": "test"
Expand All @@ -13,8 +13,8 @@
"test:typescript": "tsd",
"unit": "tap test/**/*.test.js"
},
"keywords": [],
"author": "",
"keywords": ["fastify", "fastify-get-only"],
"author": "daniele.fedeli",
"license": "MIT",
"types": "index.d.ts",
"dependencies": {
Expand Down

0 comments on commit 8c7b9d8

Please sign in to comment.