Skip to content

Commit

Permalink
Declare express-session as a peerDependency (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
wavded committed Mar 6, 2023
1 parent 3230e28 commit 2cbf45f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
},
"peerDependencies": {
"express-session": ">=1"
},
"engines": {
"node": ">=16"
},
Expand Down

0 comments on commit 2cbf45f

Please sign in to comment.