We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Looks like the files property (https://docs.npmjs.com/files/package.json#files) is not used in package.json to specify the included files, nor is the .npmignore file (https://docs.npmjs.com/misc/developers#keeping-files-out-of-your-package) is being used for blacklisting unwanted files, for the package published to npm.
files
package.json
.npmignore
Would you consider adding either the files property or the .npmignore file, so that the resulting package file would have smaller size?
The current size can be seen when executing the command npm pack (https://docs.npmjs.com/cli/pack).
npm pack
This issue was create via tawata
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Looks like the
files
property (https://docs.npmjs.com/files/package.json#files) is not used inpackage.json
to specify the included files, nor is the.npmignore
file (https://docs.npmjs.com/misc/developers#keeping-files-out-of-your-package) is being used for blacklisting unwanted files, for the package published to npm.Would you consider adding either the
files
property or the.npmignore
file, so that the resulting package file would have smaller size?The current size can be seen when executing the command
npm pack
(https://docs.npmjs.com/cli/pack).The text was updated successfully, but these errors were encountered: