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

fix bug in npm install with packageDir #1

Closed vorti2 closed 10 years ago

vorti2 commented 10 years ago

Hi Michael,

if you have the option "packageDir: common/dir" with the option "npmInstall: true" the package.json in the directory "common/dir" should be read by npm and not the package.json of root directory.

Kind Regards

Wilhelm

mgol commented 10 years ago

Landed at ef2289f, thanks! (and sorry for the delay)