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

fix(package): update fast-glob to version 3.1.0 #44

Merged
merged 2 commits into from
Oct 18, 2019

Commits on Oct 18, 2019

  1. fix(package): update fast-glob to version 3.1.0

    Closes #32
    greenkeeper[bot] authored and Jakub Freisler committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    028f42a View commit details
    Browse the repository at this point in the history
  2. test: fix compatibility issues connected with fast-glob update

    replace backslashes in glob patterns with forward slashes
    
    BREAKING CHANGE: fast-glob does not support backslashes in glob patterns anymore, always use forward-slashes
    Jakub Freisler committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    c9cf218 View commit details
    Browse the repository at this point in the history