-
-
Notifications
You must be signed in to change notification settings - Fork 66
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
Allow non-glob patterns with backslash on Windows #100
Conversation
Yeah, this is a good middle ground. Can you update the readme: https://github.com/sindresorhus/del#api |
I removed the note regarding backward slashes (basically reverted the change 9e7550b). Is this what you wanted? |
I don't think we should remove the notes, as glob patterns do still need to only have forward slash. Just mention that normal file paths can have forward slashes. |
This reverts commit 60e9d54.
How does that sound? |
Perfect. Can you fix the merge conflict? |
Fixed! |
This PR reverts the breaking change in
5.0.0
not allowing windows to pass direct paths to del making del easier to use on windows.Fixes #105