You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[A peer dependency is when] you want to express the compatibility of your package with a host tool or library, while not necessarily doing a require of this host. This is usually referred to as a plugin. Notably, your module may be exposing a specific interface, expected and specified by the host documentation.
This seems to fit this template pretty well. Should alpinejs be specified as a peerDependency instead?
The text was updated successfully, but these errors were encountered:
From NPM package.json docs:
This seems to fit this template pretty well. Should
alpinejs
be specified as apeerDependency
instead?The text was updated successfully, but these errors were encountered: