Skip to content

Commit

Permalink
Update package.json (#21)
Browse files Browse the repository at this point in the history
Co-authored-by: denbon05 <d.bondarenko@tme.pl>
  • Loading branch information
denbon05 and denbon05 authored Oct 16, 2023
1 parent 7a7bdec commit cfe8a57
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fastify-lcache",
"version": "1.1.3",
"version": "1.1.4",
"description": "Light cache plugin for fastify",
"main": "dist/lcache.js",
"types": "lib/types/lcache.d.ts",
Expand All @@ -24,11 +24,17 @@
"type": "git",
"url": "git+https://github.com/denbon05/fastify-lcache.git"
},
"author": "Denys Bondarenko",
"author": {
"name": "Denys Bondarenko",
"email": "denisamigoua@gmail.com"
},
"license": "MIT",
"engines": {
"node": ">=14.x"
},
"license": "MIT",
"peerDependencies": {
"fastify": ">=3.0.0"
},
"devDependencies": {
"@types/jest": "^28.1.1",
"@types/node": "^20.5.1",
Expand Down

0 comments on commit cfe8a57

Please sign in to comment.