JanStevens / angular-growl-2

growl-like notifications for angularJS projects
MIT License
285 stars 97 forks source link

bower install angular-growl-2 installs old/wrong package #35

Closed kevinsproles closed 10 years ago

kevinsproles commented 10 years ago

from terminal: └─▪ bower install angular-growl-2 --save bower angular-growl-2#* cached git://github.com/mattduffield/angular-growl.git#0.3.4 bower angular-growl-2#* validate 0.3.4 against git://github.com/mattduffield/angular-growl.git#* bower angular-growl-2#~0.3.4 install angular-growl-2#0.3.4

After much confusion I finally realized that angular-growl-2 (the name of your repo) actually installs @mattduffield's angular-growl project.

@mattduffield any chance you can unregister, and allow this project to take that bower name to avoid confusion for most folks since this project has more activity and stars?

JanStevens commented 10 years ago

Thats why I have registered v2... It kinda sucks people snatch up names and then dont continue development.

@mattduffield it would be awesome if you let me use angular-growl-2 instead of bower install angular-growl-v2

Thanks!

mattduffield commented 10 years ago

Hi Guys,

I don't mind changing mine. I have several apps using it. I believe the biggest reason that I changed the version was I wanted a callback to notify me when the message was removed. Perhaps you could include this functionality as well?

Thanks,

Matt

On Sun, Aug 17, 2014 at 9:02 AM, Jan Stevens notifications@github.com wrote:

Thats why I have registered v2... It kinda sucks people snatch up names and then dont continue development.

@mattduffield https://github.com/mattduffield it would be awesome if you let me use angular-growl-2 instead of bower install angular-growl-v2

Thanks!

— Reply to this email directly or view it on GitHub https://github.com/JanStevens/angular-growl-2/issues/35#issuecomment-52421305 .

JanStevens commented 10 years ago

@mattduffield I've added an onclose / onopen callback triggers. You can check them out in the documentation, the latest version on master has these changes (and soon v0.7.1).

mattduffield commented 10 years ago

Hey guys,

I apologize for taking so long to get back to you. I have been on a trip and we have a new baby that has turned my world upside down. I have removed the package as requested and look forward to using your version instead.

Again, sorry for the delay,

Matt

On Mon, Aug 18, 2014 at 4:57 AM, Jan Stevens notifications@github.com wrote:

@mattduffield https://github.com/mattduffield I've added an onclose / onopen callback triggers. You can check them out in the documentation, the latest version on master has these changes (and soon v0.7.1).

— Reply to this email directly or view it on GitHub https://github.com/JanStevens/angular-growl-2/issues/35#issuecomment-52466968 .

JanStevens commented 10 years ago

@mattduffield Thanks alot, the package is now installable using

bower install angular-growl-2

I'll update the readme and doc when I'm back from vacation.

key10 commented 9 years ago

@JanStevens : both 'bower install angular-growl-v2' and 'bower install angular-growl-2' install the same v0.7.0 package. Can you please update bower to install the latest v0.7.1 package?

Currently, I had to use 'bower install angular-growl-v2#bc2c5fc827' which pulls the current commit in your master branch.

Thanks, Keaton

JanStevens commented 9 years ago

Between a move and some personal life changes I now finally have some time :D lets start updating and fixing bugs!

key10 commented 9 years ago

Sounds good man!! Thanks!!