gifplayer icon indicating copy to clipboard operation
gifplayer copied to clipboard

bower.json is outdated

Open eko24 opened this issue 9 years ago • 4 comments

Please update/publish your bower.json file, because I spent a hell of a lot time to notice this

"description": "Customizable jquery plugin to play and stop animated gifs. Similar to 9gag's. Supports video",
  "version": "0.3.2",
  "main" : [
    "js/jquery.gifplayer.js",
    "css/gifplayer.css"
  ],

Thank you

eko24 avatar Jan 27 '17 02:01 eko24

Sorry, what do you mean? 0.3.2 is the latest version

rubentd avatar Jan 27 '17 14:01 rubentd

Right, but when I installed it with bower install --save jquery.gifplayer yesterday the folder structure was like this:

dist/
  - jquery.gifplayer.js
  - css/gifplayer.css

But as you can see main variable in downloaded bower.json containts different path:

"main" : [
    "js/jquery.gifplayer.js",
    "css/gifplayer.css"
  ],

Perhaps it needs to be republished on bower package manager or so ?

eko24 avatar Jan 27 '17 14:01 eko24

You're right, the registered bower.json file has not been updated, is different than the one in the repo, I'll try bumping the version number

rubentd avatar Jan 27 '17 14:01 rubentd

Thank you ! I guess you might close issue when you'll update it

eko24 avatar Jan 27 '17 15:01 eko24