pa11y / pa11y-ci

Pa11y CI is a CI-centric accessibility test runner, built using Pa11y
https://pa11y.org
GNU Lesser General Public License v3.0
519 stars 63 forks source link

Remove unnecessary files from npm packages #120

Closed josebolos closed 3 years ago

josebolos commented 4 years ago

There are plenty of files in the npm package that we publish that serve no purpose on a production environment. We should be good citizens and include only the files that are strictly necessary.

Similar work has been done in the past for other repos, for example: https://github.com/pa11y/pa11y/pull/489