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

Updating for Node 0.6.0 and newer NPM #6

Merged
merged 3 commits into from
Nov 25, 2011
Merged

Updating for Node 0.6.0 and newer NPM #6

merged 3 commits into from
Nov 25, 2011

Conversation

geek0x23
Copy link
Contributor

So these commits fix three separate issues:

First, NPM complains about bugs[web] being used instead of bugs[url], so a simple update to the package.json file fixes that.

Second, since this package now uses node's built-in http request, there's no need for the vendored request plugin anymore.

Third, the "sys" module has been renamed to "util" in node 0.6.0+ which causes warnings when running code. Since the sys module wasn't actually used, I just removed the require completely.

Cheers,
Scott

voodootikigod pushed a commit that referenced this pull request Nov 25, 2011
Updating for Node 0.6.0 and newer NPM
@voodootikigod voodootikigod merged commit 1cead09 into voodootikigod:master Nov 25, 2011
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.

2 participants