From 0e2c99176eaaa7f97713ad78594ac602bbaea683 Mon Sep 17 00:00:00 2001 From: Marek Cirkos <marekc@fb.com> Date: Wed, 6 Jun 2018 04:01:02 -0700 Subject: [PATCH] Remove flow-bin from Inspector's deps Summary: We do not use flow annotations anymore so removing it for now. Reviewed By: antiarchit Differential Revision: D8297400 fbshipit-source-id: 791a121f879a5ae02220a4af9ff40f7c6f28076c --- Inspector/package.json | 1 - Scripts/bootstrap.sh | 1 - 2 files changed, 2 deletions(-) diff --git a/Inspector/package.json b/Inspector/package.json index 3437e6fe3..ddcfc5fc8 100644 --- a/Inspector/package.json +++ b/Inspector/package.json @@ -25,7 +25,6 @@ "eslint-plugin-babel": "^4.0.1", "eslint-plugin-flowtype": "^2.30.0", "eslint-plugin-react": "^6.9.0", - "flow-bin": "^0.73.0", "webpack-dev-server": "^1.10.1" }, "scripts": { diff --git a/Scripts/bootstrap.sh b/Scripts/bootstrap.sh index e8b3b8423..050e16d40 100755 --- a/Scripts/bootstrap.sh +++ b/Scripts/bootstrap.sh @@ -70,7 +70,6 @@ function build_inspector() { npm install echo "Validating Inspector" - "$INSPECTOR_DIR"/node_modules/.bin/flow "$INSPECTOR_DIR"/node_modules/.bin/eslint js/* echo "Building Inspector..."