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
Hi, In order not to block upgrades to newer versions of Angular, you could move your Angular dependencies to devEependencies, and thus allowing users to install any version they want :)
Most package managers will log a warning but not prevent you from going outside these constraints in my experience, though it's possible that some are stricter.
I'll be aiming to upgrade/test/release this weekend regardless.
Hi, In order not to block upgrades to newer versions of Angular, you could move your Angular
dependencies
todevEependencies
, and thus allowing users to install any version they want :)See https://github.com/VadimDez/ng2-pdf-viewer/blob/master/package.json for insiration.
The text was updated successfully, but these errors were encountered: