sindresorhus / any-observable

Support any Observable library and polyfill
MIT License
70 stars 12 forks source link

Add missing optional peer dependencies #25

Closed arcanis closed 4 years ago

arcanis commented 4 years ago

This diff adds the missing optional peer dependencies on rxjs and zen-observable. Without that, Yarn will refuse giving any-observable access to the dependencies.

Because it only uses peerDependenciesMeta (and not peerDependencies), this diff is entirely compatible with other package managers (it won't cause warning to appear anywhere).