Skip to content
Snippets Groups Projects
Commit 5444d19c authored by esikkala's avatar esikkala
Browse files

Add fsevents as optional dependency

parent d25ffb46
No related branches found
No related tags found
No related merge requests found
......@@ -12989,7 +12989,6 @@
"version": "2.3.2",
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
"integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
"dev": true,
"optional": true
},
"function-bind": {
......
......@@ -123,5 +123,8 @@
"env": {
"jest": true
}
},
"optionalDependencies": {
"fsevents": "^2.3.2"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment