From 1d29120715d6caac042d5db0b9e14c9cd0f72f50 Mon Sep 17 00:00:00 2001 From: John Knox Date: Mon, 23 Sep 2019 03:34:48 -0700 Subject: [PATCH] Enable sandbox plugin (#554) Summary: Removes a gatekeeper that shouldn't be there. Reported in https://github.com/facebook/flipper/issues/535 Pull Request resolved: https://github.com/facebook/flipper/pull/554 Reviewed By: danielbuechele Differential Revision: D17502725 Pulled By: jknoxville fbshipit-source-id: 1865db3f5c8cd81b0ec747687d0a7312e5f2332b --- src/plugins/sandbox/package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plugins/sandbox/package.json b/src/plugins/sandbox/package.json index 6ac2723e8..c2c2f1c00 100644 --- a/src/plugins/sandbox/package.json +++ b/src/plugins/sandbox/package.json @@ -5,7 +5,6 @@ "main": "index.js", "license": "MIT", "keywords": ["flipper-plugin"], - "gatekeeper": "sonar_sandbox_plugin", "icon": "translate", "bugs": { "email": "edoardo@fb.com"