tmort / Socialite

Other
1.68k stars 163 forks source link

Bower version number #96

Open sir-dunxalot opened 9 years ago

sir-dunxalot commented 9 years ago

When I install socialite with bower install --save socialite-js it adds the following to my bower.json file:

"dependencies": {
  "socialite-js": "*"
}

Everything in the app works fine but, note, there is no version number in the app s bower.json flle. I'm not sure why this is the case (I can't find any documentation on the asterix symbol) but perhaps it's something to do with the mismatch of versions between Socialite's latest Github releases (v2.1) and the version in Socialite's bower.json file (v2.0.3).