You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should consider adding the "files" stanza to the package.json to create an explicit allowlist and prevent deploying any unnecessary files to the npm registry as part of our package. This would be preferable to using a .npmignore file, which we have been doing so far but is expected to quickly become unmanageable as more files are added.
The text was updated successfully, but these errors were encountered:
We should consider adding the
"files"
stanza to thepackage.json
to create an explicit allowlist and prevent deploying any unnecessary files to the npm registry as part of our package. This would be preferable to using a.npmignore
file, which we have been doing so far but is expected to quickly become unmanageable as more files are added.The text was updated successfully, but these errors were encountered: