npm repository
Hey guys, Could be nice to have this in NPM repos.
More and more developers are working with that to manage vendors and dependencies, even in front-end.
Cheers, Alex
Second that.
I feel like this project is better suited for bower. The difference between NPM and Bower.
...and it is available with bower install ResponsiveSlides
we cannot use this in our webpack build. This should be deployed to NPM
I don't know how much active development is happening on this slider, in general ~ but NPM is the direction for sure given bower's limitations and the migration from NPM and Yarn in so many projects.
My solution is to use Flickity instead and it's not dependent on jQuery.
That is what I do as well these days. You'll need to add some CSS for fades though: http://codepen.io/sheriffderek/pen/PqXeJa
@iesen @sheriffderek @mauricevancooten Done: https://www.npmjs.com/package/responsive-slides
npm install --save responsive-slides
Since it is MIT, publishing on npm is easy 👍
If a note about NPM is added to the readme - this could be closed.