Open
Description
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.
Metadata
Assignees
Labels
No labels
Activity