Skip to content

Commit

Permalink
Remove connect require
Browse files Browse the repository at this point in the history
  • Loading branch information
josh committed Dec 13, 2010
1 parent 24940c1 commit b4a26db
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
3 changes: 1 addition & 2 deletions lib/stitch.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Expand Up @@ -16,7 +16,6 @@
}
, "dependencies":
{ "async": ">=0.1.6"
, "connect": ">=0.3.0"
, "underscore": ">=1.1.3"
}
}
7 changes: 3 additions & 4 deletions src/stitch.coffee
@@ -1,7 +1,6 @@
_ = require 'underscore'
async = require 'async'
connect = require 'connect'
fs = require 'fs'
_ = require 'underscore'
async = require 'async'
fs = require 'fs'

{extname, join, normalize} = require 'path'

Expand Down

0 comments on commit b4a26db

Please sign in to comment.