FreeTubeApp / yt-dash-manifest-generator

GNU General Public License v3.0
10 stars 5 forks source link

Only package the required files #3

Closed absidue closed 2 years ago

absidue commented 2 years ago

Only package and publish the required files to the npm repository, this prevents the workflows and test files from being published. The README, LICENSE and package.json files are always packaged so they don't need to be explicitly whitelisted.

You can test this pull request by running npm pack in your terminal, which packages it into a gzipped tar archive and prints the list of packaged files to your terminal.