Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connect module should not be required in index.js #23

Closed
oveddan opened this issue Sep 25, 2012 · 0 comments
Closed

Connect module should not be required in index.js #23

oveddan opened this issue Sep 25, 2012 · 0 comments

Comments

@oveddan
Copy link
Contributor

oveddan commented Sep 25, 2012

The module index.js requires 'connect:

var EventEmitter = require('events').EventEmitter,
querystring = require('querystring'),
serializer = require('serializer'),
connect = require('connect');

In reality, connect is never used. If running this module, and connect is not installed via npm, you get an error.

@ammmir ammmir closed this as completed Sep 28, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants