mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-04-14 19:47:03 +00:00
fix(express): express: 3.5.x (from 3.5.0), due to https://github.com/visionmedia/express/issues/1979
This commit is contained in:
parent
81ef26087f
commit
5af5314a8d
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
"dependencies": {
|
||||
"habitrpg-shared": "git://github.com/HabitRPG/habitrpg-shared#develop",
|
||||
"connect-mongo": "*",
|
||||
"express": "3.5.0",
|
||||
"express": "3.5.x",
|
||||
"gzippo": "*",
|
||||
"guid": "*",
|
||||
"moment": "~2.4.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue