workaround build issue with fsevents on windows

This commit is contained in:
Benjamin Pasero 2016-09-12 16:47:43 +02:00
parent f35b6bd94d
commit ebf96cded4

View file

@ -107,6 +107,7 @@
}
},
"optionalDependencies": {
"windows-mutex": "^0.2.0"
"windows-mutex": "^0.2.0",
"fsevents": "0.3.8"
}
}