-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependencies to support alternative fs and fix tests in windows. #26
Conversation
- to version that supports alternative fs implementations.
- for forked version that supports alternative fs.
- This won't pass until dependents/node-module-lookup-amd#26 is merged and node-module-lookup dep is updated
@mrjoelkemp think this one is ready now. |
@@ -31,8 +31,8 @@ | |||
"dependencies": { | |||
"commander": "^2.8.1", | |||
"debug": "^4.1.0", | |||
"file-exists": "^5.0.1", | |||
"find": "^0.2.8", | |||
"file-exists-dazinatorfork": "^1.0.2", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the code for this on github? Mind linking to it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work here. Pushed a new minor release. Thanks for contributing. |
file-exists
dependency, to accept fileSystem option (original author of file-exists dependency was unresponsive, so this PR switches to my fork of that (MIT licence in play) with the necessary minor tweak necessary.find
dependency, to accept fileSystem option.