Merge pull request #1108 from xzyfer/fix/fsevents-workaround
Workaround the segfault that occurs when used with fsevents
Showing
| ... | ... | @@ -61,6 +61,9 @@ |
| "request": "^2.61.0", | ||
| "sass-graph": "^2.0.1" | ||
| }, | ||
| "optionalDependencies": { | ||
| "fsevents": "0.3.7" | ||
| }, | ||
| "devDependencies": { | ||
| "coveralls": "^2.11.4", | ||
| "cross-spawn": "^2.0.0", | ||
| ... | ... |
Please
register
or
sign in
to comment