garbles / yolk

:egg: A library for building asynchronous user interfaces.
MIT License
925 stars 32 forks source link

rxjs 5.0.0 beta.7 bump #90

Closed jadbox closed 8 years ago

jadbox commented 8 years ago

Note that on this PR I've changed the v5 tag to be pinned to future releases since the api should be somewhat stable now.

  "dependencies": {
   ...
    "rxjs": "^5.0.0-beta.7"
  }
garbles commented 8 years ago

Thanks @jadbox!