You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 16, 2025. It is now read-only.
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).