-
-
Notifications
You must be signed in to change notification settings - Fork 586
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
Use fsevents 0.3.7 to avoid segmentation faults #332
Conversation
@@ -38,7 +38,7 @@ | |||
"sinon-chai": "^2.6.0" | |||
}, | |||
"optionalDependencies": { | |||
"fsevents": "^0.3.1" | |||
"fsevents": ">= 0.3.7 < 1" |
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.
^0.3.7
This is unnecessary. |
Use fsevents 0.3.7 to avoid segmentation faults
Doesn't bring any disadvantages tho! |
if you can publish a new version number, folks reinstalling watchify will get unblocked, see: browserify/watchify#257 (comment) |
@nickdesaulniers shouldn't matter. master branch is failing tests in CI currently, want to resolve before the next publish |
yep, thanks! |
Turns out it does. It confuses lots of users thinking they need to wait for us to publish rather than just updating deps and letting semver do its thing. |
cf.