paulirish / github-email

Get a GitHub user's email. :sunglasses: Use this responsibly.
https://www.npmjs.com/package/github-email
998 stars 111 forks source link

use source dir instead of pwd for dir check and npm install #4

Closed sindresorhus closed 9 years ago

sindresorhus commented 9 years ago

fixes #3

It uses node to get the realpath as the realpath unix command isn't bundled on most systems and I found no sane way to get the realpath otherwise...

seferov commented 9 years ago

:+1: