gruntjs/grunt-contrib-concat

Remove peerDeps

TDA opened this issue · 1 comments

TDA commented

As of npm3+, peerDeps will no longer be installed automatically. Lets remove the peerDep grunt and keep the devDep.

peerDependencies are still useful for warning if the plugin is used with an incompatible grunt version.