-
-
Notifications
You must be signed in to change notification settings - Fork 69
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
Move prettier to dev dependencies #528
Labels
Comments
Oops that is an issue |
Thanks for resolving this quickly |
releasedd in 1.10 |
🎉 This issue has been resolved in version 1.10.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Looks like prettier is still a dependency. I've raised #532 to remove it |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
Prettier was added to the project two weeks ago to enforce code formatting, but it has been added to the dependencies section of package.json. Prettier should be a dev dependency.
This may be breaking for users of this library who are using version 2.x of Prettier, as installing this library causes version 3.0 of prettier to be installed and used.
Can prettier please be moved to the dev dependencies section?
The text was updated successfully, but these errors were encountered: