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

Allow tagged git url's to work. #3

Closed disciplezero closed 10 years ago

mgol commented 10 years ago

@disciplezero Thanks for the patch. This will need a test, though, can you modify current fixtures in test/not-ok and test/ok? Ping me if you need help with that.

mgol commented 10 years ago

Actually, I'm not quite sure what this PR is trying to accomplish, especially that version ranges don't seem to be supported by npm: https://github.com/npm/npm/issues/3328

I'm going to close it then. If you have further ideas, please create a new PR against the check-dependencies repository as that's where now the core logic lies.