Closed koresar closed 10 years ago
Although, I don't know how to unit test test this code.
Thanks for the merge! When do you think this will get to npmjs.org?
Thanks! Sorry I missed that.
I'm tweaking the fix slightly by removing the extra node_modules
instead of adding another ..
. That seems a little more sensible than going up above node_modules
only to descend back into the same directory. I'm not sure why I didn't do that in the first place :P.
I'll publish a new version to npmjs.org asap.
A new version (v1.6.3) should be available from npm now.
Don't forget to pusg package.json with v1.6.3. :)
Since the main code moved from
.
to./lib
the PATH env variable contained the following:/MY/PROJECT/DIRECTORY/node_modules/node_modules/.bin
.