mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-01 11:40:25 +00:00
Remove config and scoring
This commit is contained in:
parent
0aedef12e2
commit
8ba137d3ce
2 changed files with 2 additions and 3 deletions
|
|
@ -41,6 +41,7 @@
|
|||
"npm": "1.1.x"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "server.js"
|
||||
"start": "server.js",
|
||||
"test": "mocha test/api.mocha.coffee"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -12,9 +12,7 @@ expect.Assertion::be = expect.Assertion::equal = (obj) ->
|
|||
origBe.call this, obj
|
||||
|
||||
# Custom modules
|
||||
scoring = require '../src/app/scoring'
|
||||
character = require '../src/app/character'
|
||||
config = require './config'
|
||||
|
||||
###### Helpers & Variables ######
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue