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 Jan 26, 2022
1 parent d762398 commit 0c8049d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
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 0c8049d

Please sign in to comment.