mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-14 16:02:14 +00:00
nodejitsu: port 3000, derby: *
This commit is contained in:
parent
78fd23033a
commit
68c34fc70d
2 changed files with 3 additions and 3 deletions
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"name": "habitrpg",
|
||||
"description": "",
|
||||
"version": "0.0.0-3",
|
||||
"version": "0.0.0-4",
|
||||
"main": "./server.js",
|
||||
"dependencies": {
|
||||
"derby": "git://github.com/codeparty/derby.git#master",
|
||||
"derby": "*",
|
||||
"express": "3.x",
|
||||
"gzippo": ">=0.1.4",
|
||||
"derby-ui-boot": "*"
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
require('derby').run(__dirname + '/lib/server', 300)
|
||||
require('derby').run(__dirname + '/lib/server')
|
||||
|
|
|
|||
Loading…
Reference in a new issue