firebase / geofire-js

GeoFire for JavaScript - Realtime location queries with Firebase
MIT License
1.44k stars 345 forks source link

Upgrade RSVP dependency from 3.0.16 to 3.0.17 #62

Closed barberousse closed 9 years ago

barberousse commented 9 years ago

Requesting a minor point release upgrade of the dependent RSVP module from 3.0.16 to 3.0.17. 3.0.16 breaks Geofire's ability to be consumed by browserify but a fix was released with 3.0.17. See the issue and merge in RSVP repo.

jwngr commented 9 years ago

Yup, I remember this issue cropping up before (GeoFire issue #58), but RSVP still hadn't cut the 3.0.17 release. I'm glad to see that they have done so now. I just cut a 3.2.2 release of GeoFire which loosens the RSVP dependency to 3.0.x so that it should now work: https://github.com/firebase/geofire-js/releases/tag/v3.2.2. Thanks for opening this issue!