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
Since the package.json file does not explicitly list the required "files" for npm deployment, many unneeded files are included, which makes the package larger than needed.
Some entries that may be excluded:
.changeset
.github
.eslintrc.js
rdf-js-tests.ts
tsconfig.json
The text was updated successfully, but these errors were encountered:
Since the
package.json
file does not explicitly list the required"files"
for npm deployment, many unneeded files are included, which makes the package larger than needed.Some entries that may be excluded:
The text was updated successfully, but these errors were encountered: