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
@@ -5,7 +5,12 @@
|
||||
"version": "0.0.0",
|
||||
"pluginType": "device",
|
||||
"supportedDevices": [
|
||||
{"os": "Android", "specs": ["KaiOS"]}
|
||||
{
|
||||
"os": "Android",
|
||||
"specs": [
|
||||
"KaiOS"
|
||||
]
|
||||
}
|
||||
],
|
||||
"main": "dist/bundle.js",
|
||||
"flipperBundlerEntry": "index.tsx",
|
||||
@@ -16,8 +21,7 @@
|
||||
"flipper-plugin"
|
||||
],
|
||||
"bugs": {
|
||||
"email": "oncall+wa_kaios@xmail.facebook.com",
|
||||
"url": "https://fb.workplace.com/groups/wa.kaios/"
|
||||
"url": "https://github.com/facebook/flipper/issues"
|
||||
},
|
||||
"scripts": {
|
||||
"postinstall": "patch-package"
|
||||
|
||||
Reference in New Issue
Block a user