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

src directory not published on npm #11

Closed johnyb closed 9 years ago

johnyb commented 9 years ago

I just updated to 0.11.1 and the task is now failing with:

Loading "check-dependencies.js" tasks...ERROR
>> Error: Cannot find module '../dist/src/check-dependencies'
Warning: Task "checkDependencies:dev" not found. Use --force to continue.

I looked into node_module/grunt-check-dependencies/, and there is now src directory. Seems it did not get published to npm.

mgol commented 9 years ago

Oops! Thanks for the quick report, could you check if 0.11.2 (just published) is fine?

Unfortunately npm test works on built files so I can't detect issues like that automatically on Travis...

johnyb commented 9 years ago

Works fine now, thanks for the quick fix! :)