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:
Jonas Hermsmeier 2018-02-21 09:45:47 -08:00 committed by Juan Cruz Viotti
parent 2c0cdcf947
commit 27c4c0c749

View File

@ -33,7 +33,8 @@
"platformSpecificDependencies": [
"7zip-bin-mac",
"7zip-bin-win",
"7zip-bin-linux"
"7zip-bin-linux",
"fsevents"
],
"dependencies": {
"angular": "1.6.3",