tschaub / grunt-newer

Configure Grunt tasks to run with newer files only.
https://npmjs.org/package/grunt-newer
MIT License
945 stars 61 forks source link

Update all dependencies to the latest version #93

Closed jorrit closed 8 years ago

jorrit commented 8 years ago

When starting to look at fixing #86 I noticed that the tests did not run because of an outdated mock-fs dependency that did not support node 5. I updated all other dependencies too and the tests work fine.

Given that this project already has tests and travis, it would be a small effort to add greenkeeper so dependency upgrades are tested automatically.

tschaub commented 8 years ago

Thanks @jorrit.

tschaub commented 8 years ago

Greenkeeper enabled.