Skip to content

Instantly share code, notes, and snippets.

View jimmyandrade's full-sized avatar
🏠
Working from home

Jimmy Andrade jimmyandrade

🏠
Working from home
View GitHub Profile
@jimmyandrade
jimmyandrade / package.json
Created June 10, 2020 23:50
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",