Skip to content

Commit

Permalink
Merge pull request #332 from pmq20/master
Browse files Browse the repository at this point in the history
Use fsevents 0.3.7 to avoid segmentation faults
  • Loading branch information
paulmillr committed Aug 10, 2015
2 parents 90f23cf + de37874 commit cfa1d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"sinon-chai": "^2.6.0"
},
"optionalDependencies": {
"fsevents": "^0.3.1"
"fsevents": "^0.3.7"
},
"dependencies": {
"anymatch": "^1.1.0",
Expand Down

1 comment on commit cfa1d99

@kristianmandrup
Copy link

Choose a reason for hiding this comment

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

Yup, I got the segmentation fault as well. Please make a new release with this patch. Thanks :)

Please sign in to comment.