kevinlacotaco / grunt-todos

Grunt task for finding todos/fixmes in code
MIT License
85 stars 9 forks source link

add support for grunt 1.0.0 #11

Closed sagiegurari closed 8 years ago

sagiegurari commented 8 years ago

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

sagiegurari commented 8 years ago

never mind, eslint no-warning-comments provides the same capabilities so I switched to that only.