vojtajina / grunt-bump

Grunt.js plugin - Increment package version.
MIT License
651 stars 122 forks source link

Remove peerDeps #187

Closed TDA closed 8 years ago

TDA commented 8 years ago

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

@vojtajina

eddiemonge commented 8 years ago

But it needs grunt to run. Without it installed, this does nothing.