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/
226 stars 37 forks source link

[@custom-elements-manifest/analyzer] Move `@github/catalyst` from dependencies to peerDependencies #248

Open odanado opened 2 months ago

odanado commented 2 months ago

@custom-elements-manifest/analyzer supports several frameworks. @github/catalyst is one of them.

For users of frameworks other than @github/catalyst, this package is not relevant. Users of @github/catalyst should install this package in their own projects.

So, moving from dependencies to peerDependencies will reduce the number of unused packages and avoid package duplication.