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

Use micromatch instead of minimatch #46

Merged
merged 2 commits into from
Oct 23, 2020
Merged

Use micromatch instead of minimatch #46

merged 2 commits into from
Oct 23, 2020

Commits on Oct 23, 2020

  1. Use micromatch instead of minimatch

    micromatch claims to support full Bash 4.3 spec and it actually passes all the tests. 
    For example this fixes processing of '!(**/*.tsx|**/*.less)' pattern - needed by #45
    dorny committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    3be30a2 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    dorny committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    602be71 View commit details
    Browse the repository at this point in the history