Skip to content

Instantly share code, notes, and snippets.

@JMPerez
Created July 16, 2016 19:09
Show Gist options
  • Save JMPerez/f1f410fb96912000dede70205a6ec2fd to your computer and use it in GitHub Desktop.
Save JMPerez/f1f410fb96912000dede70205a6ec2fd to your computer and use it in GitHub Desktop.
Using the "browser" property in package.json (iso-http)
{
"name": "iso-http",
...
"main": "js/node/Http.js",
"browser": "js/browser/Http.js",
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment