Skip to content

Commit

Permalink
update expresso/should
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Oct 24, 2011
1 parent 1cce4d9 commit 1b25240
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -18,11 +18,11 @@
"devDependencies": {
"connect-form": "0.2.1",
"ejs": "0.4.2",
"expresso": "0.7.2",
"expresso": "0.9.2",
"hamljs": "0.5.1",
"jade": "0.16.2",
"stylus": "0.13.0",
"should": "0.2.1",
"should": "0.3.2",
"express-messages": "0.0.2",
"node-markdown": ">= 0.0.1",
"connect-redis": ">= 0.0.1"
Expand Down
2 changes: 1 addition & 1 deletion test/express.test.js
Expand Up @@ -3,7 +3,7 @@
* Module dependencies.
*/

var express = require('express')
var express = require('../')
, connect = require('connect')
, assert = require('assert')
, should = require('should')
Expand Down

0 comments on commit 1b25240

Please sign in to comment.