Skip to content

Commit

Permalink
Upgrade to express 3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nh2 committed Dec 24, 2012
1 parent dbe01e0 commit b9e9e91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server/package.json
Expand Up @@ -5,7 +5,7 @@
"author": "Niklas Hambuechen <mail@nh2.me>",
"dependencies": {
"underscore": ">= 1.3.3",
"express": ">= 2.5.9",
"express": ">= 3.0.5",
"mocha": ">= 1.1.0",
"uglify-js": ">= 1.3.0",
"stylus": ">= 0.27.1",
Expand Down
2 changes: 1 addition & 1 deletion server/server.coffee
Expand Up @@ -524,7 +524,7 @@ configureNow = (everyone) ->


createApp = ->
app = express.createServer()
app = express()
app.configure ->
# app.use express.methodOverride()
app.use express.bodyParser()
Expand Down

0 comments on commit b9e9e91

Please sign in to comment.