🚀 Feature: Stop publishing the demo on npm #97
Labels
good first issue
Good for newcomers, please hop on! 🙌
status: accepting prs
Please, send a pull request to resolve this! 🙏
type: feature
New enhancement or request 🚀
Bug Report Checklist
main
branch of the repository.Overview
I noticed while working on #89 & fixing up a few subsequent release issues that this package publishes the full
demo/index.html
(formerly,index.html
) to npm. From...app.js
,base64.js
,index.html
,robots.txt
demo/
directoryI don't think folks who are installing this on npm need the demo. It's extra bloat in
node_modules/
that we can get rid of.Let's remove the
demo/
directory from thepackage.json
"files"
entry:https://github.com/JoshuaKGoldberg/package.json-validator/blob/84f76891ebc023ef43dcfd9a62c382f842887dea/package.json#L40
Additional Info
💖
The text was updated successfully, but these errors were encountered: