mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-14 10:12:21 +00:00
racer-db-mongo v 0.3.11 required, 0.3.12 breaks deploy
This commit is contained in:
parent
ad6093fa68
commit
0b1b3bb411
1 changed files with 2 additions and 2 deletions
|
|
@ -1,13 +1,13 @@
|
|||
{
|
||||
"name": "habitrpg",
|
||||
"description": "A habit tracker app which treats your goals like a Role Playing Game.",
|
||||
"version": "0.0.0-76",
|
||||
"version": "0.0.0-94",
|
||||
"main": "./server.js",
|
||||
"dependencies": {
|
||||
"derby": "git://github.com/codeparty/derby#master",
|
||||
"express": "3.0.0beta4",
|
||||
"gzippo": ">=0.1.7",
|
||||
"racer-db-mongo": ">=0.3.11",
|
||||
"racer-db-mongo": "0.3.11",
|
||||
"connect-mongo": ">=0.1.9",
|
||||
"derby-ui-boot": "*",
|
||||
"guid": "*"
|
||||
|
|
|
|||
Loading…
Reference in a new issue