Skip to content

Commit

Permalink
Merge pull request #8 from marko-js/fastify-4
Browse files Browse the repository at this point in the history
fix: add fastify 4 as peer dep
  • Loading branch information
DylanPiercey authored Jun 22, 2022
2 parents 9817fe5 + 31e3d9b commit 3110d4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"peerDependencies": {
"fastify": "^3",
"fastify": "^3 || ^4",
"marko": "^4 || ^5"
},
"repository": {
Expand Down

0 comments on commit 3110d4d

Please sign in to comment.