open-wc / custom-elements-manifest

Custom Elements Manifest is a file format that describes custom elements in your project.
https://custom-elements-manifest.open-wc.org/
243 stars 45 forks source link

fix: removes unneeded directories from package output to prevent npm … #275

Open eddyloewen opened 3 months ago

eddyloewen commented 3 months ago

…audit scanners detecting fake dependencies

fixes: #274 by removing a bunch of directories from the output package through a .npmignore file

netlify[bot] commented 3 months ago

Deploy Preview for custom-elements-manifest-analyzer ready!

Name Link
Latest commit c01f4b1921291e98c84f6e04e7cef18fc51d2f18
Latest deploy log https://app.netlify.com/sites/custom-elements-manifest-analyzer/deploys/66c463c72d99fd0008b95ec8
Deploy Preview https://deploy-preview-275--custom-elements-manifest-analyzer.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

eddyloewen commented 3 months ago

I was not sure about the /browser directory. What is that for? When is it being used?