Skip to content
This repository has been archived by the owner on Mar 5, 2019. It is now read-only.

Node 0.6.x compatibility, fix require paths. #3

Merged
merged 1 commit into from
Nov 23, 2011
Merged

Conversation

timoxley
Copy link
Contributor

Trying to use this with a node 0.6.x project will bork. Updated the package.json using npm init; this reformatted the commas, which I would suggest keeping since that's the output of the npm tool itself.

I also set the paths in the module so they are relative (it's a big no-no to modify require paths)

You may actually want to manually test that the module works, I just made it installable and the tests apparently 100% passing.

mkitt pushed a commit that referenced this pull request Nov 23, 2011
Node 0.6.x compatibility, fix require paths.
@mkitt mkitt merged commit 2d20bc8 into mkitt:master Nov 23, 2011
@mkitt
Copy link
Owner

mkitt commented Nov 23, 2011

Hi Tim.
Thanks for the updates and fix, very much appreciated!

@timoxley
Copy link
Contributor Author

No worries :D

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants