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.json - always use ~ to set dependency, update to current state #12078

Merged
merged 1 commit into from
Oct 21, 2016
Merged

bower.json - always use ~ to set dependency, update to current state #12078

merged 1 commit into from
Oct 21, 2016

Commits on Oct 20, 2016

  1. bower.json - always use ~ to set dependency, update to current state

    given the recent codemirror breakage (#12077), I'm updating our `bower.json` to always use `~` for dependencies (`~1.2.3` is `>= 1.2.3 && < 1.3.0`, whereas `^1.2.3` is `>= 1.2.3`).
    
    But since evererthing else is working at the current versions, also updated to the newest being used (except for codemirror).
    himdel committed Oct 20, 2016
    Configuration menu
    Copy the full SHA
    70d422c View commit details
    Browse the repository at this point in the history