move.js icon indicating copy to clipboard operation
move.js copied to clipboard

add support for bower

Open rolandjitsu opened this issue 11 years ago • 3 comments

It would be nice to find this lib on bower ... and not the forked version of it :)

rolandjitsu avatar Jun 25 '14 18:06 rolandjitsu

+1

sahat avatar Jul 19 '14 06:07 sahat

prs are welcome: https://github.com/visionmedia/move.js/issues/33#issuecomment-46689162

yields avatar Jul 19 '14 10:07 yields

The project do not need to add 'support' for bower.

You can use move.js with bower in this way

  "dependencies":  {
    "movejs": "https://raw.githubusercontent.com/visionmedia/move.js/0.3.3/move.min.js"
  }

And then you can run bower install

Bower will download the move.min.js and put the file in bower_components/movejs/index.js

:)

felquis avatar Sep 01 '14 17:09 felquis