Skip to content

Instantly share code, notes, and snippets.

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