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
This commit is contained in:
John Knox
2019-09-23 03:34:48 -07:00
committed by Facebook Github Bot
parent 85e0d8e965
commit 1d29120715

View File

@@ -5,7 +5,6 @@
"main": "index.js", "main": "index.js",
"license": "MIT", "license": "MIT",
"keywords": ["flipper-plugin"], "keywords": ["flipper-plugin"],
"gatekeeper": "sonar_sandbox_plugin",
"icon": "translate", "icon": "translate",
"bugs": { "bugs": {
"email": "edoardo@fb.com" "email": "edoardo@fb.com"