Cleanup public plugins metadata

Summary: Now we support splitting metadata to public and fb-internal (see the previous diff in the stack), and this diff actually cleans up all public plugin metadata from fb-specific things.

Reviewed By: passy

Differential Revision: D28568413

fbshipit-source-id: eae699eabaae489c4bcfbfcc407c3bef42bfd338
This commit is contained in:
Anton Nikolaev
2021-05-21 07:14:13 -07:00
committed by Facebook GitHub Bot
parent 5ae104cc59
commit 76701565ac
18 changed files with 28 additions and 26 deletions

View File

@@ -4,7 +4,10 @@
"id": "Hermesdebuggerrn",
"pluginType": "device",
"supportedDevices": [
{"os": "Metro", "archived": false}
{
"os": "Metro",
"archived": false
}
],
"version": "0.0.0",
"main": "dist/bundle.js",
@@ -16,6 +19,6 @@
"flipper-plugin"
],
"bugs": {
"email": "rickhanlonii@fb.com"
"url": "https://github.com/facebook/flipper/issues"
}
}