Skip to content
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

Merged
merged 5 commits into from
Mar 19, 2019

Conversation

dazinator
Copy link
Contributor

@dazinator dazinator commented Mar 15, 2019

  • update 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.
  • update find dependency, to accept fileSystem option.
  • Fix the tests on windows by using path.normalize()

- for forked version that supports alternative fs.
@dazinator dazinator changed the title Update find dependency and fix tests in windows. Update dependencies to support alternative fs and fix tests in windows. Mar 15, 2019
dazinator added a commit to dazinator/node-filing-cabinet that referenced this pull request Mar 18, 2019
- This won't pass until
dependents/node-module-lookup-amd#26 is merged
and node-module-lookup dep is updated
@dazinator
Copy link
Contributor Author

@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",
Copy link
Collaborator

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?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mrjoelkemp mrjoelkemp merged commit 41fd1b5 into dependents:master Mar 19, 2019
@mrjoelkemp
Copy link
Collaborator

Nice work here. Pushed a new minor release. Thanks for contributing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants