Skip to content

Commit 1d6aab4

Browse files
committed
add express-session and bump connect-redis version
1 parent 78f0526 commit 1d6aab4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"private": true,
66
"dependencies": {
77
"express": "3.1.0",
8+
"express-session": "1.12.1",
89
"passport": "0.1.15",
910
"passport-bitbucket": "0.1.2",
1011
"passport-github": "0.1.3",
@@ -14,7 +15,7 @@
1415
"gitty": "git://github.com/jwcooper/Gitty.git",
1516
"jsDAV": "git://github.com/jwcooper/jsDAV.git",
1617
"connect": "2.7.3",
17-
"connect-redis": "1.x",
18+
"connect-redis": "2.x",
1819
"redis": "0.8.2",
1920
"tty.js": "git://github.com/jwcooper/tty.js.git",
2021
"validator": "0.4.25",

0 commit comments

Comments
 (0)