Skip to content

Commit

Permalink
Move swagger-ui-express from devDependencies to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yhtMinceraft1010X committed Oct 19, 2023
1 parent d0c3669 commit 466e7c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
"prisma": "^5.4.2",
"shx": "^0.3.4",
"swagger-autogen": "^2.23.6",
"swagger-express-ts": "^1.1.0",
"swagger-ui-express": "^5.0.0"
"swagger-express-ts": "^1.1.0"
},
"dependencies": {
"@prisma/client": "^5.4.2",
"dotenv-cli": "^7.3.0"
"dotenv-cli": "^7.3.0",
"swagger-ui-express": "^5.0.0"
}
}

0 comments on commit 466e7c4

Please sign in to comment.