Skip to content

Commit

Permalink
add morgan package to json dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
TankEngine-ish committed Feb 22, 2024
1 parent dee511f commit 18063da
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
3 changes: 1 addition & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,5 @@
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.6.7",
"mongoose": "^8.1.0",
"morgan": "^1.10.0"
}
"license": "ISC"
}
4 changes: 3 additions & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,14 @@
"testEnvironment": "node"
},
"dependencies": {
"axios": "^1.5.1",
"cors": "^2.8.5",
"csv-parse": "^5.5.3",
"dotenv": "^16.4.1",
"express": "^4.18.2",
"mongoose": "^8.1.0",
"pm2": "^5.3.1"
"pm2": "^5.3.1",
"morgan":"^1.10.0"
},
"devDependencies": {
"jest": "^29.7.0",
Expand Down

0 comments on commit 18063da

Please sign in to comment.