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
I have this code in my bower.json, so that whenever I do bower update it will give me the latest version:
"dependencies": {
"compass-mixins": "latest"
}
But for some reason it always gives me 0.12.3. I've had to change it from "latest" to "0.12.10" but that means I always have to manually check this dependency to see if there are updates.
The text was updated successfully, but these errors were encountered:
I have this code in my
bower.json
, so that whenever I dobower update
it will give me the latest version:But for some reason it always gives me
0.12.3
. I've had to change it from"latest"
to"0.12.10"
but that means I always have to manually check this dependency to see if there are updates.The text was updated successfully, but these errors were encountered: