Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
TheJaredWilcurt opened this issue Sep 12, 2016 · 4 comments
Open

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

TheJaredWilcurt opened this issue Sep 12, 2016 · 4 comments

Comments

@TheJaredWilcurt
Copy link

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
Copy link

why not to use "^0.12.10"

@TheJaredWilcurt
Copy link
Author

TheJaredWilcurt commented Sep 13, 2016

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
Copy link

Josh68 commented Oct 24, 2016

">=0.12.10"

@TheJaredWilcurt
Copy link
Author

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants