chore(package): use files
in package.json
instead of .npmignore
#629
Labels
files
in package.json
instead of .npmignore
#629
Motivation
It’s better to explicitly mention what should be packaged instead of listing everything that should not be included, as it requires more effort and it's possible to forget to add a new file/folder to
.npmignore
Expected behavior
It will publish the files/folders that were whitelisted in
package.json
The text was updated successfully, but these errors were encountered: