Skip to content

Commit

Permalink
add compression package to expressjs package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
JC-Coder committed Jul 1, 2024
1 parent eecb76c commit 2dc306c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/templates/backend/expressjs/base/package-json.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export const ExpressJsPackageJsonTemplate = {
helmet: "^7.0.0",
morgan: "^1.10.0",
winston: "^3.10.0",
compression: "^1.7.4",
},
devDependencies: {
eslint: "^8.56.0",
Expand Down

0 comments on commit 2dc306c

Please sign in to comment.