Skip to content

Commit

Permalink
docs: added author and repo to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
alemagio committed Nov 12, 2020
1 parent cb890d7 commit 1485b62
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,22 @@
"test:typescript": "tsd",
"unit": "tap test/**/*.test.js"
},
"keywords": [],
"author": "",
"keywords": [
".env",
"dotenv",
"env",
"env var",
"environment",
"environment variable",
"validation",
"fastify",
"plugin"
],
"author": "Alessandro Magionami - @alemagio",
"repository": {
"type": "git",
"url": "git+https://github.com/alemagio/fastify-envalid.git"
},
"license": "MIT",
"types": "index.d.ts",
"dependencies": {
Expand Down

0 comments on commit 1485b62

Please sign in to comment.