Skip to content

Commit 0e1ed8e

Browse files
committed
Update Chapter 1 example to use Express 5 alpha 2
1 parent 35a9487 commit 0e1ed8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Chapter_01/hello-world/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"start": "node app"
55
},
66
"dependencies": {
7-
"express": "^4.10.5"
7+
"express": "^5.0.0-alpha.2"
88
}
99
}

0 commit comments

Comments
 (0)