Skip to content

Commit

Permalink
make all peer dependencies optional
Browse files Browse the repository at this point in the history
  • Loading branch information
sachinraja committed Sep 11, 2022
1 parent 90fbbfb commit 144d287
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,20 @@
"h3": "*",
"koa": "^2"
},
"peerDependenciesMeta": {
"express": {
"optional": true
},
"fastify": {
"optional": true
},
"h3": {
"optional": true
},
"koa": {
"optional": true
}
},
"devDependencies": {
"@sachinraja/eslint-config": "0.1.1",
"@types/aws-lambda": "8.10.102",
Expand Down

0 comments on commit 144d287

Please sign in to comment.