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

Fix main path in package.json to match node-gyp documentation. #46

Closed
wants to merge 1 commit into from
Closed

Fix main path in package.json to match node-gyp documentation. #46

wants to merge 1 commit into from

Conversation

jnfeinstein
Copy link

According to node-gyp github, the built
.node file is placed into build/Release, not build/release. This
is a non-issue on case-insensitive file systems, but breaks this
lib on case-sensitive file systems.

According to https://github.com/TooTallNate/node-gyp, the built
.node file is placed into build/Release, not build/release.  This
is a non-issue on case-insensitive file systems, but breaks this
lib on case-sensitive file systems.
@setthase
Copy link

+1 to merge

@ichiriac
Copy link

ichiriac commented Nov 2, 2014

+1 the bug is still here

@goruha
Copy link

goruha commented Nov 21, 2014

+1 to merge

@jnfeinstein
Copy link
Author

Thanks all, I put a lot of effort into deciding the best way to make this fix.

@xk
Copy link
Owner

xk commented Jan 10, 2016

Done. Thank you!

@xk xk closed this Jan 10, 2016
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

5 participants