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

`onlySpecified` errors with scoped packages #9

Closed Page- closed 9 years ago

Page- commented 9 years ago

The npm registry supports scoped packages in the form @user/package now, however with onlySpecified enabled it errors with Package @user installed, though it shouldn't be

mgol commented 9 years ago

Fixed in mzgol/check-dependencies@11edefc, thanks for reporting. I have a Windows-related issue: http://help.appveyor.com/discussions/problems/2532-invalid-npm-config-on-iojs-2-images so I'll wait with publishing a little.

mgol commented 9 years ago

check-dependencies 0.9.4 published; if you reinstall grunt-check-dependencies you'll get it.