John Carmichael

Results 3 issues of John Carmichael

https://github.com/dollarshaveclub/postmate/issues/205 ## Fixes - Fixes browsers not loading due to checks on nodejs global `process.env`

## What Is the issue? There are many calls to the node `process` global which is not present in the browser. EG: https://github.com/dollarshaveclub/postmate/blob/master/src/postmate.js#L128 I cannot see anything about this in...