packlint
packlint copied to clipboard
fix(package.json): add files field to remove unnecessary files in published package
First of all, I really wanted to say thank you so so much for providing this cool package! 👍
I've been waiting too long for a package that can replace npx sort-package-json to be released.
This package completely eliminated my annoyance with running npx sort-package-json for every package in my monorepo:suspensive/react. Thank you thank you so much!
but I found some unnecessary files. so I make this Pull Request.
Remove unncessary files in published package
You can see below link to check unnecessary files in published packlint. https://www.npmjs.com/package/packlint?activeTab=explore
and installed package

Package.json's files field will remove them. check it please
Actually, I was planning to rewrite this library. Here is a proposal. Any feedbacks will be wellcomed!