mgol / grunt-check-dependencies

Checks if currently installed npm dependencies are installed in the exact same versions that are specified in package.json
MIT License
15 stars 6 forks source link

Also check bower dependencies #4

Closed jzaefferer closed 10 years ago

jzaefferer commented 10 years ago

This would be useful for projects using bower to manage dependencies, or as in this case, where both npm and bower are used. Since this module already does a lot more then my little check-modules plugin, it might be the right place. That would be one more reason to switch various jQuery projects over.

mgol commented 10 years ago

That seems doable. We'd need to abstract the package.json name and the command to invoke, everything else should just work.

mgol commented 10 years ago

I abstracted the core function away, this is now just a wrapper Grunt task. Let's move the discussion to https://github.com/mzgol/check-dependencies/issues/2

jzaefferer commented 10 years ago

Nice, I'll have to keep that in mind for the next non-grunt node app.