diff --git a/app.js b/app.js index faacfa6..642bb87 100644 --- a/app.js +++ b/app.js @@ -2,7 +2,7 @@ /** * Module dependencies. */ - + var express = require('express') , routes = require('./routes') , db = require('./config').db; diff --git a/package.json b/package.json index e94ea61..caf1b12 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ "jade": ">= 0.0.1", "mongodb": ">=0.9.9-7", "expresso": "0.9.2", - "should": "0.3.2" + "should": "0.3.2", + "shorten": "0.1.0" } -} \ No newline at end of file +}