Skip to content

Commit

Permalink
Make @types/express ad peerDependency
Browse files Browse the repository at this point in the history
  • Loading branch information
daogrady committed Dec 12, 2024
1 parent 0f7abdf commit c09a3aa
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,8 @@
"dependencies": "node ./scripts/postinstall.js"
},
"peerDependencies": {
"@sap/cds": "^8.0.0"
},
"dependencies": {
"@types/express": "^4.17.21"
"@sap/cds": "^8.0.0",
"@types/express": ">=4"
},
"devDependencies": {
"@eslint/js": "^9.2.0",
Expand Down

0 comments on commit c09a3aa

Please sign in to comment.