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
Your current npm package size is 33 MiB, and unpacked size is 168 MiB (as of diff-dom@2.0.0).
167 MiB of that is inside the venv directory.
It looks like stuff from that directory is not used by the package, so most probably it was packaged by an accident.
You could add it to .npmignore (if you have an .npmignore already) or to .gitignore (if you don't have an .npmignore), or use the files field in your package.json file.
@ChALkeR Thanks for pointing that out. I just assumed it would only take the git-controlled files. I have removed the files and added the .gitignore file in the 2.0.1 release.
Your current npm package size is 33 MiB, and unpacked size is 168 MiB (as of
diff-dom@2.0.0
).167 MiB of that is inside the
venv
directory.It looks like stuff from that directory is not used by the package, so most probably it was packaged by an accident.
You could add it to
.npmignore
(if you have an.npmignore
already) or to.gitignore
(if you don't have an.npmignore
), or use the files field in yourpackage.json
file.Directory listing with sizes:
The text was updated successfully, but these errors were encountered: