ajoslin/angular-promise-tracker

Move to 1.1.5 in bower.json?

cgross opened this issue · 7 comments

I've created a component that builds of the promise-tracker (which is great!) but I've used 1.1.5 due to the changing ng-animate syntax. I haven't seen any issues with the promise-tracker in 1.1.5 and I'm guessing you just haven't bothered to update it. Right now my component is ~1.1.5 and promise-tracker is 1.1.4 so bower pukes.

For ref my component is at:
https://github.com/cgross/angular-busy

I will just remove angular as a regular dependency and make it only a devDependency, as these version things are just annoying in general.

Oh, nevermind - I see what you mean.

I will just wait until 1.2 is out to update it.

Yea makes sense now. Thx.

@cgross Actually shouldn't be a problem anymore since bower handles dependencies kinda okay in the latest version.

@PascalPrecht true but i think its still weird to have anything depending on 1.1.5 now. But like Andy said, it makes sense to just wait for 1.2 to finally be released. Also I think they should be moved out of devDependencies and into dependencies.

I removed the dependency on angular so people can manage it themselves in promise tracker v1.5.0

👍