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

fixed path glob separator on Windows (packages-list) #7

Merged
merged 1 commit into from
Jul 1, 2022
Merged

fixed path glob separator on Windows (packages-list) #7

merged 1 commit into from
Jul 1, 2022

Conversation

techmatt101
Copy link
Contributor

globby requires the use of forward slashes as path separators and on Windows OS Path.join will use backslashes in creating the path. This change replaces backslashes to forward slashes to fix globby results for Windows. More info sindresorhus/globby#179

globby requires the use of forward slashes as path separators and on Windows OS Path.join will use backslashes in creating the path. This change replaces backslashes to forward slashes to fix globby results for Windows. More info sindresorhus/globby#179
@techmatt101 techmatt101 changed the title fixed path glob separator on Windows fixed path glob separator on Windows (packages-list) Jun 30, 2022
@JacobLey
Copy link
Owner

JacobLey commented Jul 1, 2022

Thanks! I don't use windows so subtle differences like this get missed.

Some issues with lint... I can clean those up.

@JacobLey JacobLey merged commit b94d13d into JacobLey:main Jul 1, 2022
@JacobLey
Copy link
Owner

JacobLey commented Jul 1, 2022

Released in 1.0.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants