Commit 3166b613 by xzyfer

Workaround the segfault that occurs when used with fsevents

fsevents@0.3.8 introduces a segfault that manifests when used with
node-sass. fsevents is widely popular. As a mitigation we've added
fsevents@0.3.7 as an optionalDependency.The intention here is the
prevent users install node-sass@3.3.x and fsevents@0.3.8 by using
npm's deduping behaviour.
parent 7c15014b
......@@ -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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment