diff options
author | John McLear <john@mclear.co.uk> | 2014-11-04 23:42:40 +0000 |
---|---|---|
committer | John McLear <john@mclear.co.uk> | 2014-11-04 23:42:40 +0000 |
commit | 57f56d8fe11ee28b9f3f2a1e969f86038ca27d34 (patch) | |
tree | 6faafaf32aff9f0aadfbe2111cde908f98404bf7 /src/package.json | |
parent | 053ff3097d097ad89337740a0209c50f4726399d (diff) | |
download | etherpad-lite-57f56d8fe11ee28b9f3f2a1e969f86038ca27d34.zip |
bump express to a working version
Diffstat (limited to 'src/package.json')
-rw-r--r-- | src/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/package.json b/src/package.json index 1adbe891..4639abcf 100644 --- a/src/package.json +++ b/src/package.json @@ -17,7 +17,7 @@ "resolve" : ">=1.0.0", "socket.io" : ">=1.2.0", "ueberDB" : ">=0.2.6", - "express" : "3.1.0", + "express" : ">3.1.0 <3.9.0", "async" : "0.1.x", "connect" : "2.7.x", "clean-css" : "0.3.2", |