googlearchive / angularfire-seed

Seed project for AngularFire apps
http://angularfire.com
MIT License
410 stars 191 forks source link

Cannot bower install #63

Closed chinedufn closed 9 years ago

chinedufn commented 9 years ago

The new dependencies list calls for 0.9.1 angularfire and ~0.8.0 for mockfirebase.

Both projects seem have 0.9.0 and 0.7.0 as their latest versions, respectively.

0.9.0 and ~0.7.0 work as dependencies and bower install executes successfully.

chinedufn commented 9 years ago

For angularfire it looks like we're just waiting for 0.9.1 to be published to bower.

Can anyone verify that the mockfirebase dep should be 0.7.0 not 0.8.0 ? @bendrucker

bendrucker commented 9 years ago

0.8.0 is tagged

waiting for 0.9.1 to be published to bower

Not a thing. Bower in its infinite terribleness uses git tags instead of a registry. af#v0.9.1 doesn't exist yet.

katowulf commented 9 years ago

AF 0.9.1 is public and I've updated the seed deps as well. Cheers.