Skip to content

Commit

Permalink
fixed merge errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Davis Clark committed Nov 2, 2011
1 parent 38dd559 commit be66aea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"jsgi": ">=v0.2.2",
"mustache": "0.3.1-dev",
"deflate": ">=1.0.3",
"node-uuid": ">=1.2.0"
"node-uuid": ">=1.2.0",
"parted": "=0.0.7",
"q": "=0.7.2"
},
Expand Down
2 changes: 1 addition & 1 deletion test/middleware.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ var bogart = require('../lib/bogart')
, Q = require("promised-io/lib/promise")
, assert = require('assert')
, path = require('path')
, fs = require('fs'),
, fs = require('fs')
, security = require("../lib/security");

exports["test parses JSON"] = function(beforeExit) {
Expand Down

0 comments on commit be66aea

Please sign in to comment.