angelnikolov / ts-cacheable

Observable/Promise Cache Decorator
https://npmjs.com/package/ts-cacheable
ISC License
340 stars 42 forks source link

Add peerDependencies #2

Closed dgaletto closed 6 years ago

dgaletto commented 6 years ago

Add the Dependencies as peerDependencies. This allows to use any version of rxjs and to warn the user with which version works correctly.

angelnikolov commented 6 years ago

@dgaletto Thanks for the pull request, however using any version before 6.0.0 will not be possible, unless you use rxjs-compat. Also the build fails and I will have to test it out more thoroughly.

angelnikolov commented 6 years ago

3 resolves this. Closing.