Skip to content
This repository has been archived by the owner on Dec 26, 2019. It is now read-only.

Commit

Permalink
Remove flow-bin from Inspector's deps
Browse files Browse the repository at this point in the history
Summary: We do not use flow annotations anymore so removing it for now.

Reviewed By: antiarchit

Differential Revision: D8297400

fbshipit-source-id: 791a121f879a5ae02220a4af9ff40f7c6f28076c
  • Loading branch information
Marek Cirkos authored and facebook-github-bot committed Jun 6, 2018
1 parent a8f0e8c commit 0e2c991
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Inspector/package.json
Expand Up @@ -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": {
Expand Down
1 change: 0 additions & 1 deletion Scripts/bootstrap.sh
Expand Up @@ -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..."
Expand Down

0 comments on commit 0e2c991

Please sign in to comment.