Skip to content

Commit

Permalink
feat: express and helmet are not devDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillgroshkov committed May 2, 2024
1 parent 2135084 commit d1cf74a
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 @@ -7,16 +7,16 @@
"@naturalcycles/js-lib": "^14.0.0",
"@naturalcycles/nodejs-lib": "^13.0.2",
"autocannon": "^7.0.0",
"benchmark": "^2.1.4",
"express": "^4.17.1",
"helmet": "^7.0.0"
"benchmark": "^2.1.4"
},
"devDependencies": {
"@naturalcycles/dev-lib": "^13.6.0",
"@types/benchmark": "^2.1.0",
"@types/express": "^4.17.6",
"@types/node": "^20.1.0",
"express": "^4.17.1",
"fastify": "^4.6.0",
"helmet": "^7.0.0",
"jest": "^29.0.3"
},
"files": [
Expand Down

0 comments on commit d1cf74a

Please sign in to comment.