Skip to content

Commit 78c287e

Browse files
committed
Undo unintended add of morgan
1 parent 0b633fc commit 78c287e

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/content/3/en/part3d.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,7 @@ The contents of the package.json file will change as follows:
230230
"dependencies": {
231231
"dotenv": "^16.4.7",
232232
"express": "^4.21.2",
233-
"mongoose": "^8.11.0",
234-
"morgan": "^1.10.0"
233+
"mongoose": "^8.11.0"
235234
},
236235
"devDependencies": { // highlight-line
237236
"@eslint/js": "^9.22.0", // highlight-line

src/content/3/fi/osa3d.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,7 @@ Tiedoston package.json sisältö muuttuu seuraavasti:
218218
"dependencies": {
219219
"dotenv": "^16.4.7",
220220
"express": "^4.21.2",
221-
"mongoose": "^8.11.0",
222-
"morgan": "^1.10.0"
221+
"mongoose": "^8.11.0"
223222
},
224223
"devDependencies": { // highlight-line
225224
"@eslint/js": "^9.22.0", // highlight-line

0 commit comments

Comments
 (0)