Skip to content

Commit

Permalink
Moving @types/express to dev dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinTail committed Oct 3, 2024
1 parent d0d24c2 commit c9a4717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
"node": ">=14"
},
"dependencies": {
"@types/express": "^4.17.21",
"@types/node": "*",
"accepts": "^1.3.7",
"content-disposition": "^0.5.3",
Expand All @@ -61,6 +60,7 @@
},
"devDependencies": {
"@types/chai": "^4.3.11",
"@types/express": "^4.17.21",
"@types/mocha": "^10.0.6",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
Expand Down

0 comments on commit c9a4717

Please sign in to comment.