-
Notifications
You must be signed in to change notification settings - Fork 24
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
Upgrade to [email protected] to solve deprecated graceful-fs warnings #32
Comments
Thanks for the report @superclarkk. I did some digging. In grunt-retire/package.json we use Output of root cause analysis for the graceful-fs warning for [email protected] (latest):
|
Thanks for looking at this so quickly. I have to admit that I didn't install grunt-retire since the latest version of retire was released. Thus, I think the semver you were using would probably have automatically resolved the message without any other changes. |
At installation, the latest grunt-retire (0.3.12) gives a warning that graceful-fs is deprecated, which has just been fixed in [email protected]. See this issue for details.
The text was updated successfully, but these errors were encountered: