mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-15 18:52:24 +00:00
temporary change express version, see https://github.com/codeparty/derby/issues/93
This commit is contained in:
parent
04b19bae59
commit
7c142e2d15
1 changed files with 4 additions and 3 deletions
|
|
@ -5,13 +5,14 @@
|
|||
"main": "./server.js",
|
||||
"dependencies": {
|
||||
"derby": "git://github.com/codeparty/derby.git#master",
|
||||
"express": "3.x",
|
||||
"express": "3.0.0beta2",
|
||||
"gzippo": ">=0.1.4",
|
||||
"racer-db-mongo": "*",
|
||||
"connect-mongo": ">=0.1.9"
|
||||
"connect-mongo": ">=0.1.9",
|
||||
"racer": "*"
|
||||
},
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
"coffee-script": ">=1.2"
|
||||
"coffee-script": ">=1.3.1"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue