visionmedia / move.js

CSS3 backed JavaScript animation framework
http://visionmedia.github.com/move.js/
4.72k stars 685 forks source link

no way for bower package? #33

Closed sandric closed 10 years ago

sandric commented 10 years ago

Not sure if this is possible to migrate from component. Any ideas about that?

FossPrime commented 10 years ago

There is a issue for bower, at the end of the issue leave say that you need X package removed. Then add the real one.

For now I just use bower install visionmedia/move.js

silvenon commented 10 years ago

There should be a packaged version of this library, for non-component users.

yields commented 10 years ago

i don't mind a pr that generates bower.json + package.json automatically from component.json. the overhead of updating each after a release is too big imho, something like: this

silvenon commented 10 years ago

Or you can just omit the version field, that way npm and Bower will use Git tags.