Don't lock JSCS version
elicwhite opened this issue · 3 comments
elicwhite commented
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.
markelog commented
elicwhite commented
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.
markelog commented
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