mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 07:17:18 +00:00
fix(package): Add fsevents to platform specific deps (#2065)
This adds `fsevents` to the platform specific dependencies, in order to avoid shrinkwrap disagreements between platforms. Change-Type: patch
This commit is contained in:
parent
2c0cdcf947
commit
27c4c0c749
@ -33,7 +33,8 @@
|
||||
"platformSpecificDependencies": [
|
||||
"7zip-bin-mac",
|
||||
"7zip-bin-win",
|
||||
"7zip-bin-linux"
|
||||
"7zip-bin-linux",
|
||||
"fsevents"
|
||||
],
|
||||
"dependencies": {
|
||||
"angular": "1.6.3",
|
||||
|
Loading…
x
Reference in New Issue
Block a user