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
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
When using npm as an install mechanism it would be useful to use the peerDependencies key to constrain the installed versions.
For example, the angular-animate module should only be used with the corresponding Angular core version, at the moment it is easy to upgrade angular one minor version without upgrading angular-animate. If [email protected] specified [email protected] as a peer dependency this confusion wouldn't be possible (as far as I understand npm’s resolution logic).