-
Notifications
You must be signed in to change notification settings - Fork 11
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
postcss should be listed as a dep not a peer dep? #13
Comments
Postcss defined as peer dependency |
Can you please accept my pull request? This should be listed as a dependency. From my research so far I think that almost all postcss plugins list is as a dependency. |
Well, they do it wrong. Plugins must define host dependency as peer dependency. I've just published v3.0.3, if problem with warning still occurs, please provide your |
I understand, however the community as a whole really doesn't seem to adhere to peerDependencies and the thought process there. |
a lot of users just use something like
gulp-postcss
and in turn this causes this error when installing this package:I suggest to either put a version range for
postcss
in peer deps or strictly put a version of postcss as a depThe text was updated successfully, but these errors were encountered: