Remove config and scoring

This commit is contained in:
Daniel Saewitz 2013-02-27 16:58:57 -05:00
parent 0aedef12e2
commit 8ba137d3ce
2 changed files with 2 additions and 3 deletions

View file

@ -41,6 +41,7 @@
"npm": "1.1.x"
},
"scripts": {
"start": "server.js"
"start": "server.js",
"test": "mocha test/api.mocha.coffee"
}
}

View file

@ -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 ######