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

Do not store resolutions with force-latest when --dont-save-resolutions is used #2345

Closed
wants to merge 1 commit into from
Closed

Do not store resolutions with force-latest when --dont-save-resolutions is used #2345

wants to merge 1 commit into from

Commits on Aug 18, 2016

  1. Do not store resolutions with force-latest when --dont-save-resolutio…

    …ns is used
    
    Closes #2344
    
    Without this, there's no way to prevent --force-latest from modifying bower.json when it resolves a conflict.
    This adds a --dont-save-resolutions to prevent that.
    
    Not sure this is the best way, but it's the compatible way :).
    
    Also, I have no idea how to get at the parsed options in Manager, directly looking at cooked argv is probably not the correct way..
    himdel committed Aug 18, 2016
    Configuration menu
    Copy the full SHA
    8ace1bd View commit details
    Browse the repository at this point in the history