Make chokidar happy with fsevents

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
pull/30583/head
Vincent Petry 2 years ago
parent a0fefaa6a9
commit 9fb5d00145
No known key found for this signature in database
GPG Key ID: E055D6A4D513575C

4615
build/package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -26,7 +26,10 @@
"sinon": "<= 5.0.7"
},
"overrides": {
"colors": "1.4.0"
"colors": "1.4.0"
},
"engine": "node >= 6.9"
"engine": "node >= 6.9",
"optionalDependencies": {
"fsevents": "^2.3.2"
}
}

Loading…
Cancel
Save