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

@@ -23,6 +23,6 @@
"title": "CPU", "title": "CPU",
"icon": "underline", "icon": "underline",
"bugs": { "bugs": {
"email": "barney@fb.com" "url": "https://github.com/facebook/flipper/issues"
} }
} }

View File

@@ -27,7 +27,6 @@
"flipper-plugin": "*" "flipper-plugin": "*"
}, },
"bugs": { "bugs": {
"email": "oncall+flipper@xmail.facebook.com", "url": "https://github.com/facebook/flipper/issues"
"url": "https://fb.workplace.com/groups/flippersupport/"
} }
} }

View File

@@ -13,7 +13,7 @@
"title": "Example Plugin", "title": "Example Plugin",
"icon": "apps", "icon": "apps",
"bugs": { "bugs": {
"url": "https://fbflipper.com/" "url": "https://github.com/facebook/flipper/issues"
}, },
"scripts": { "scripts": {
"lint": "flipper-pkg lint", "lint": "flipper-pkg lint",

View File

@@ -13,7 +13,7 @@
"flipper-plugin" "flipper-plugin"
], ],
"bugs": { "bugs": {
"url": "https://fbflipper.com/" "url": "https://github.com/facebook/flipper/issues"
}, },
"scripts": { "scripts": {
"lint": "flipper-pkg lint", "lint": "flipper-pkg lint",

View File

@@ -12,7 +12,7 @@
"title": "Images", "title": "Images",
"icon": "profile", "icon": "profile",
"bugs": { "bugs": {
"email": "oncall+fresco@xmail.facebook.com" "url": "https://github.com/facebook/flipper/issues"
}, },
"peerDependencies": { "peerDependencies": {
"flipper-plugin": "*" "flipper-plugin": "*"

View File

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

View File

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

View File

@@ -21,8 +21,7 @@
"flipper-plugin" "flipper-plugin"
], ],
"bugs": { "bugs": {
"email": "oncall+wa_kaios@xmail.facebook.com", "url": "https://github.com/facebook/flipper/issues"
"url": "https://fb.workplace.com/groups/wa.kaios/"
}, },
"dependencies": { "dependencies": {
"promisify-child-process": "^4.1.0", "promisify-child-process": "^4.1.0",

View File

@@ -22,7 +22,6 @@
"title": "Layout", "title": "Layout",
"icon": "target", "icon": "target",
"bugs": { "bugs": {
"email": "oncall+flipper@xmail.facebook.com", "url": "https://github.com/facebook/flipper/issues"
"url": "https://fb.workplace.com/groups/flippersupport/"
} }
} }

View File

@@ -14,6 +14,6 @@
"icon": "bird", "icon": "bird",
"title": "LeakCanary", "title": "LeakCanary",
"bugs": { "bugs": {
"email": "" "url": "https://github.com/facebook/flipper/issues"
} }
} }

View File

@@ -38,7 +38,6 @@
"title": "Logs", "title": "Logs",
"icon": "arrow-right", "icon": "arrow-right",
"bugs": { "bugs": {
"email": "oncall+flipper@xmail.facebook.com", "url": "https://github.com/facebook/flipper/issues"
"url": "https://fb.workplace.com/groups/flippersupport/"
} }
} }

View File

@@ -12,7 +12,7 @@
"title": "Navigation", "title": "Navigation",
"icon": "directions", "icon": "directions",
"bugs": { "bugs": {
"email": "beneloca@fb.com" "url": "https://github.com/facebook/flipper/issues"
}, },
"peerDependencies": { "peerDependencies": {
"flipper-plugin": "*", "flipper-plugin": "*",

View File

@@ -13,8 +13,7 @@
"flipper-plugin" "flipper-plugin"
], ],
"bugs": { "bugs": {
"email": "oncall+flipper@xmail.facebook.com", "url": "https://github.com/facebook/flipper/issues"
"url": "https://fb.workplace.com/groups/flippersupport/"
}, },
"dependencies": { "dependencies": {
"lodash": "^4.17.21", "lodash": "^4.17.21",

View File

@@ -24,7 +24,7 @@
"title": "React DevTools", "title": "React DevTools",
"icon": "app-react", "icon": "app-react",
"bugs": { "bugs": {
"email": "danielbuechele@fb.com" "url": "https://github.com/facebook/flipper/issues"
}, },
"devDependencies": {}, "devDependencies": {},
"peerDependencies": { "peerDependencies": {

View File

@@ -13,6 +13,6 @@
"title": "React Native Tic Tac Toe", "title": "React Native Tic Tac Toe",
"category": "Examples", "category": "Examples",
"bugs": { "bugs": {
"email": "mweststrate@fb.com" "url": "https://github.com/facebook/flipper/issues"
} }
} }

View File

@@ -12,6 +12,6 @@
], ],
"icon": "translate", "icon": "translate",
"bugs": { "bugs": {
"email": "edoardo@fb.com" "url": "https://github.com/facebook/flipper/issues"
} }
} }

View File

@@ -14,7 +14,7 @@
"title": "Sea Mammals", "title": "Sea Mammals",
"category": "Example Plugin", "category": "Example Plugin",
"bugs": { "bugs": {
"email": "realpassy@fb.com" "url": "https://github.com/facebook/flipper/issues"
}, },
"scripts": { "scripts": {
"lint": "flipper-pkg lint", "lint": "flipper-pkg lint",

View File

@@ -17,6 +17,6 @@
}, },
"title": "Shared Preferences Viewer", "title": "Shared Preferences Viewer",
"bugs": { "bugs": {
"email": "halsibai@fb.com" "url": "https://github.com/facebook/flipper/issues"
} }
} }