Upload only required files to npm
avimehenwal opened this issue · 1 comments
avimehenwal commented
Avoid uploading screenshot and readme file.
Save bandwidth, make package thin - optimization
https://docs.npmjs.com/files/package.json#files
The optional files field is an array of file patterns that describes the entries to be included when your package is installed as a dependency.
avimehenwal commented