Expected Behavior
You should use files property in package.json or .npmignore to select only the necessary files to publish.
Current Behavior
All files are being published, including src files and tests.
Affected packages
Context
I was peeking at node_modules and saw this issue.
Expected Behavior
You should use
filesproperty in package.json or.npmignoreto select only the necessary files to publish.Current Behavior
All files are being published, including src files and tests.
Affected packages
Context
I was peeking at node_modules and saw this issue.