Closed MichaelPaulukonis closed 10 years ago
For Issue #2 - Checks for path should now work cross-OS on node, and cross-platform (node/browser).
I created a new boolean inBrowser to do the check once (where previous code was checking against the exports object).
inBrowser
exports
Also make the use of double-quotes consistent.
Thank you! I will review this and merge it if it's ok.
Also, don't forget to add yourself as contributor: https://github.com/IonicaBizau/jasciimo/blob/master/package.json#L12 :smile:
Thanks! Merged.
For Issue #2 - Checks for path should now work cross-OS on node, and cross-platform (node/browser).
I created a new boolean
inBrowser
to do the check once (where previous code was checking against theexports
object).Also make the use of double-quotes consistent.