-
-
Notifications
You must be signed in to change notification settings - Fork 27k
Use pre node@4 compatible path-exists
#685
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
Conversation
This reverts commit fc3ab46.
@@ -58,7 +58,7 @@ | |||
"json-loader": "0.5.4", | |||
"object-assign": "4.1.0", | |||
"opn": "4.0.2", | |||
"path-exists": "3.0.0", | |||
"path-exists": "2.1.0", |
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.
Not sure if you want this as well?
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.
Yeah, I think it's fine to use the same old version here for consistency. The new version doesn't have any additional functionality.
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.
Looks good to me. Thanks @SimenB.
@@ -58,7 +58,7 @@ | |||
"json-loader": "0.5.4", | |||
"object-assign": "4.1.0", | |||
"opn": "4.0.2", | |||
"path-exists": "3.0.0", | |||
"path-exists": "2.1.0", |
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.
Yeah, I think it's fine to use the same old version here for consistency. The new version doesn't have any additional functionality.
* Revert "Add ES5 version of `path-exists` to CLI" This reverts commit fc3ab46. * Use pre node@4 compatible `path-exists` Ref facebook#617
sindresorhus/path-exists#4 (comment)