Skip to content

Instantly share code, notes, and snippets.

@jimmyandrade
Created June 10, 2020 23:50
Show Gist options
  • Save jimmyandrade/e3fbf559f83f188c240528fdc5dca1c2 to your computer and use it in GitHub Desktop.
Save jimmyandrade/e3fbf559f83f188c240528fdc5dca1c2 to your computer and use it in GitHub Desktop.
Package files example
{
"files": [
"dist"
],
"browser": "dist/index.umd.js",
"esmodule": "dist/index.esm.js",
"jsnext:main": "dist/index.esm.js",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"source": "lib/index.js",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
"umd:main": "dist/index.umd.js",
"unpkg": "dist/index.umd.js",
"directories": {
"lib": "dist"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment