Added fsevents as an optional dependency to fix high CPU usage by the node process on Macs

This commit is contained in:
Andrey Okonetchnikov
2016-10-25 10:43:31 +02:00
parent d2c6660530
commit 2e1d98ac7e
2 changed files with 4 additions and 1 deletions

View File

@ -135,5 +135,8 @@
"slate-drop-or-paste-images": "^0.2.0",
"uuid": "^2.0.3",
"whatwg-fetch": "^1.0.0"
},
"optionalDependencies": {
"fsevents": "^1.0.14"
}
}