Created
July 16, 2016 19:09
-
-
Save JMPerez/f1f410fb96912000dede70205a6ec2fd to your computer and use it in GitHub Desktop.
Using the "browser" property in package.json (iso-http)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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