-
Notifications
You must be signed in to change notification settings - Fork 351
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
Removed micromatch #2797
Removed micromatch #2797
Conversation
"//": [ | ||
"micromatch is an unspecified dependency of ava" | ||
], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks reasonable, but please re-run npm -i
and commit any changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure thing
All of the windows tests are failing because there are paths that are too long. I suspect this is because of the symlinks in the node_modules folder. I am not sure why they were added. Can you remove all of the symlinks and and all of the |
Sure |
I'm not sure what's happening in this PR. I'm closing this and going to use this one instead. Thanks for your contribution. |
Thanks for the review sir...I am new to open source contributions just trying to improve....if you have any issues that are suitable for me plz suggest I will be greatful |
Merge / Deployment Checklist
Backward Compatibility:
[x]README Update:
README.md
to reflect the new changes, including configuration details and usage instructions.Changelog Update:
CHANGELOG.md
under the appropriate section, documenting the changes made in this PR.Remove
micromatch
from package.json #2584