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

Move almond and jquery-mousewheel to devDependencies #5489

Merged
merged 1 commit into from May 1, 2019
Merged

Commits on Apr 28, 2019

  1. Move almost and jquery-mousewheel to devDependencies

    These two are required at build time to generate the full builds
    of Select2 (for jQuery Mousewheel) and to inject the AMD loader
    (for Almond.js). They are not required for anyone who depends on
    Select2, since jQuery Mousewheel is an optional dependency.
    
    This may result in some people needing to add jQuery Mousewheel to
    their projects as a required dependency, if they were expecting
    it to be added by Select2 before.
    kevin-brown committed Apr 28, 2019
    Copy the full SHA
    4703605 View commit details
    Browse the repository at this point in the history