This is an automated email from the ASF dual-hosted git repository.

maximebeauchemin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git


The following commit(s) were added to refs/heads/master by this push:
     new fd119c1  Move Darwin-specific JS libs to optional (#8093)
fd119c1 is described below

commit fd119c187efc22236b97db3f3e721e13ba7277ce
Author: friendzis <[email protected]>
AuthorDate: Fri Aug 23 08:37:36 2019 +0300

    Move Darwin-specific JS libs to optional (#8093)
---
 superset/assets/package.json | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/superset/assets/package.json b/superset/assets/package.json
index 079c366..d568aba 100644
--- a/superset/assets/package.json
+++ b/superset/assets/package.json
@@ -189,7 +189,6 @@
     "fetch-mock": "^7.0.0-alpha.6",
     "file-loader": "^1.1.11",
     "fork-ts-checker-webpack-plugin": "^0.4.9",
-    "fsevents": "^2.0.7",
     "ignore-styles": "^5.0.1",
     "imports-loader": "^0.7.1",
     "jest": "^24.8.0",
@@ -221,5 +220,8 @@
     "webpack-cli": "^3.1.1",
     "webpack-dev-server": "^3.1.14",
     "webpack-sources": "^1.1.0"
+  },
+  "optionalDependencies": {
+    "fsevents": "^2.0.7"
   }
 }

Reply via email to