postcss-sprites icon indicating copy to clipboard operation
postcss-sprites copied to clipboard

Move postcss to peerDependencies

Open stalniy opened this issue 5 years ago • 0 comments

postcss-sprites is a plugin for postcss thus should include postcss as peerDependency and not as depedency in package.json.

Currently I have several postcss plugins and all of them use different version of postcss because nobody uses peerDependencies :)

Please read this article https://nodejs.org/en/blog/npm/peer-dependencies/ for more details. I'll create a PR soon

stalniy avatar Aug 19 '18 12:08 stalniy