-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
As of now, these are the contents of the package:
fettepalette
├── .eslintrc
├── .github
│ └── workflows
│ └── main.yml
├── LICENSE
├── README.md
├── dist
│ ├── index.d.ts
│ ├── index.esm.js
│ ├── index.html
│ ├── index.iife.js
│ ├── index.js
│ └── index.js.map
├── fp.png
├── package.json
├── src
│ └── index.ts
└── tsconfig.json
Most of these files are not needed. Could you reduce them to the minimum?
To see what files will be included when publishing to npm, you can run npx npm-packlist.
In terms of code, all you need in the package is one js file and one d.ts file. You should leave the minifying, browser, esm and other builds to the users of your package. This being said, I might be wrong here.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels