Skip to content

Commit

Permalink
feat(package): optional @types/express peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
chimurai committed Feb 7, 2022
1 parent d762398 commit fbafdb4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Expand Up @@ -93,6 +93,11 @@
"peerDependencies": {
"@types/express": "^4.17.13"
},
"peerDependenciesMeta": {
"@types/express": {
"optional": true
}
},
"engines": {
"node": ">=12.0.0"
},
Expand Down

0 comments on commit fbafdb4

Please sign in to comment.