jscs-dev/grunt-jscs

Don't lock JSCS version

elicwhite opened this issue · 3 comments

The package.json should specify >= version for JSCS so that as new versions come out, people can try to use them without requiring this package to be bumped.

I don't see how the semver rules for JSCS should effect grunt-jscs. Grunt-JSCS could just specify JSCS as a peer dependency and let the user manage the version.

I don't see how the semver rules for JSCS should effect grunt-jscs

Plugin follows the same semver strategy.

Grunt-JSCS could just specify JSCS as a peer dependency and let the user manage the version.

I think that would be a simplifcation for the plugin writer but not for the user