Skip to content
This repository was archived by the owner on Feb 16, 2021. It is now read-only.

Commit f488649

Browse files
committed
Fix to get this example to run without hiccups
1 parent db4d995 commit f488649

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"version": "2.0.0-beta.5",
44
"private": true,
55
"dependencies": {
6-
"express": "latest",
6+
"express": "3.4.8",
77
"jade": "latest",
88
"request": "latest"
99
}
10-
}
10+
}

0 commit comments

Comments
 (0)