Igosuki / compass-mixins

A collection of compass' stylesheet for bower dependencies and libsass
Other
592 stars 197 forks source link

Bower update from "latest" returns older version (0.12.3) #99

Open TheJaredWilcurt opened 8 years ago

TheJaredWilcurt commented 8 years ago

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.

SergiySev commented 8 years ago

why not to use "^0.12.10"

TheJaredWilcurt commented 8 years ago

Would that automatically grab version 6.7.8 if it were ever updated to that point (grab any new version, so long as it is the latest)

Josh68 commented 7 years ago

">=0.12.10"

TheJaredWilcurt commented 7 years ago

why not just update the bower.json so it has the correct version

https://github.com/Igosuki/compass-mixins/blob/master/bower.json#L3