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:
committed by
Facebook GitHub Bot
parent
5ae104cc59
commit
76701565ac
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user