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

make Throttle's dependencies explicit #4

Merged
merged 2 commits into from Jan 15, 2013

Conversation

adamvduke
Copy link
Contributor

Following the update to Throttle to support express 3.0, it seems to make sense to declare Throttle's dependencies within the project. npm supports using a 'package.json' file that declares dependencies and users can install them easily using npm install from within the root of the repository.

To get Throttle up and running after this would be close to:

 $ git clone https://github.com/dmolsen/Throttle.git
 $ cd Throttle
 $ npm install
 $ node app.js

dmolsen added a commit that referenced this pull request Jan 15, 2013
make Throttle's dependencies explicit
@dmolsen dmolsen merged commit c61eff1 into dmolsen:master Jan 15, 2013
@dmolsen
Copy link
Owner

dmolsen commented Jan 15, 2013

Thanks for this. Forgot.

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

Successfully merging this pull request may close these issues.

None yet

2 participants