pocesar/grunt-mocha-istanbul

add support for grunt 1.0.0

Closed this issue · 5 comments

since the peer dependency is of 0.4.x, new grunt version (1.x.x) is not supported.
Can you please update the needed?

will do

Thanks

thanks a lot 👍

@pocesar Grunt itself recommends a "grunt": ">=0.4.0" dependency rather than the ^1.0.0 that's now added http://gruntjs.com/blog/2016-04-04-grunt-1.0.0-released#peer-dependencies, so perhaps might to set that instead

oh ok, thought grunt 1.x was a must-have upgrade