kss-node / grunt-kss

KSS style guide generator for grunt.
MIT License
14 stars 7 forks source link

Remove peerDeps. Ref gruntjs/grunt#1116 #5

Closed rafhun closed 8 years ago

rafhun commented 8 years ago

As per http://gruntjs.com/blog#peer-dependencies and issue referenced in the title.

JohnAlbin commented 8 years ago

Isn't this problem already resolved with PR https://github.com/kss-node/grunt-kss/pull/4 which was auto-generated by the grunt team?

rafhun commented 8 years ago

Hm, sorry didn't see that one, but I'm not exactly sure. Just saw pretty much all grunt-contrib-* plugins completely removed the peerDependencies.

Ok, upon further research I now saw that most of them later added them back as done here by #4, so I guess, this is the official way to do it…