thenikso / angular-inview

AngularJS directive to check if a DOM element is in the browser viewport.
http://thenikso.github.io/angular-inview/
MIT License
480 stars 112 forks source link

[NPM] angular-inview published as 1.5.0 is in fact 2.0-alpha1 #55

Closed jrencz closed 9 years ago

jrencz commented 9 years ago

it has the following banner:

// # Angular-Inview
// - Author: [Nicola Peduzzi](https://github.com/thenikso)
// - Repository: https://github.com/thenikso/angular-inview
// - Install with: `bower install angular-inview`
// - Version: **2.0-alpha1**

Could you please release the right version?

jrencz commented 9 years ago

@thenikso it seems you published from develop ;)

thenikso commented 9 years ago

I didn't publish but apparently someone did! Anyway, the master package.json should now have been updated.

jrencz commented 9 years ago

@thenikso could you please publish the 2.0.0-alpha.x as well? It's more reliable to depend on a pre-release than to depend on git reference as I have to do now.