Closed jonkoops closed 1 month ago
What kind of change does this PR introduce?
Did you add tests for your changes?
If relevant, did you update the documentation?
Summary I've removed the .npmignore file as the files field in the package is enough for NPM to determine which files should be included. To see this in action run npm pack --dry-run in the root directory.
.npmignore
files
npm pack --dry-run
Does this PR introduce a breaking change? No.
Other information None.
:tada: This PR is included in version 0.7.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
What kind of change does this PR introduce?
Did you add tests for your changes?
If relevant, did you update the documentation?
Summary I've removed the
.npmignore
file as thefiles
field in the package is enough for NPM to determine which files should be included. To see this in action runnpm pack --dry-run
in the root directory.Does this PR introduce a breaking change? No.
Other information None.