blai / grunt-express

Start an Express.js web server using grunt.js
MIT License
254 stars 41 forks source link

Use latest version of grunt-contrib-watch #84

Open ev-codes opened 8 years ago

ev-codes commented 8 years ago

grunt-contrib-watch@0.61 has the following branch in its dependency tree: └─┬ grunt-contrib-watch@0.6.1 └─┬ gaze@0.5.2 └─┬ globule@0.1.0 └── lodash@1.0.2

lodash@1.0.2 is no longer maintained (as are all lodash versions < 3.0.0, according to an npm warning). grunt-contrib-watch 1.0.0 ultimately depends on lodash 4.9.0, which is still maintained.

blai commented 8 years ago

@evanvass I am not actively maintaining this repo right now, but I will add you to contributor (and please let me know your npm username) so you guys can handle the updates.

ev-codes commented 8 years ago

Great, thanks! My npm username is evanvass.

blai commented 8 years ago

@evanvass you should have access to npm now, feel free to publish updates as you see fit