Skip to content

Commit

Permalink
Tweaks to support shift to package.
Browse files Browse the repository at this point in the history
  • Loading branch information
eee-c committed Jun 22, 2011
1 parent 61df266 commit 45a10d5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
7 changes: 5 additions & 2 deletions package.json
Expand Up @@ -12,6 +12,9 @@
"engines": {
"node": "~v0.5.0-pre"
},
"dependencies": {},
"dependencies": {
"express": ">= 2.3.11",
"connect-spdy": ">= 0.0.0"
},
"devDependencies": {}
}
}
5 changes: 3 additions & 2 deletions spdy.js
Expand Up @@ -10,8 +10,9 @@
*/

var connect = require('connect-spdy')
, HTTPServer = require('./http')
, spdy = require('spdy')
, express = require('express')
, HTTPServer = express.HTTPServer
, spdy = require('node-spdy')
, spdy_res = spdy.Response.prototype
, http = require('http')
, res = http.ServerResponse.prototype;
Expand Down

0 comments on commit 45a10d5

Please sign in to comment.