kenwheeler / slick

the last carousel you'll ever need
kenwheeler.github.io/slick
MIT License
28.53k stars 5.89k forks source link

bower install defaults to version 1.0.1 #2726

Open sepas opened 7 years ago

sepas commented 7 years ago

If I use bower install slick --save it installs Slick version 1.0.1.

Any reason why is not installing the latest one by default?

kennedyabitbol commented 7 years ago

Same here

kennedyabitbol commented 7 years ago

Package.json is for node.js, there is not configuration about bower. I got a .bowerrc but it's only for path.

If i do a bower info slick, i got this:

C:\wamp64\www\project>  bower info slick
bower slick#*               not-cached https://github.com/shashankmehta/slick.js.git#*
bower slick#*                  resolve https://github.com/shashankmehta/slick.js.git#*
bower slick#*                 download https://github.com/shashankmehta/slick.js/archive/master.tar.gz
bower slick#*                  extract archive.tar.gz
bower slick#*                 resolved https://github.com/shashankmehta/slick.js.git#ce20afabd1

{
  name: 'slick',
  main: 'dist/slick.js',
  homepage: 'https://github.com/shashankmehta/slick.js'
}

Uh oh, slick from shashankmehta

DanielRuf commented 7 years ago

Well, the package slick was already registered, slick uses slick-carousel, see https://github.com/kenwheeler/slick/blob/master/bower.json#L2

kennedyabitbol commented 7 years ago

Thank you, all our mistake.