add flipper-plugin keyword to package.json

Summary: For plugins to be discoverable through NPM, they need to have `flipper-plugin` as a keyword. This adds this keyword to all existing plugins (although they are currently not distributed via NPM) and the webside/docs.

Reviewed By: passy

Differential Revision: D17395079

fbshipit-source-id: e42dd31ca39c3754cf729052ee783687748bafe8
This commit is contained in:
Daniel Büchele
2019-09-17 06:19:30 -07:00
committed by Facebook Github Bot
parent 97b814d70e
commit a72eac27a7
18 changed files with 17 additions and 1 deletions

View File

@@ -20,6 +20,7 @@ Example `package.json`:
"version": "1.0.0",
"main": "index.tsx",
"license": "MIT",
"keywords": ["flipper-plugin"],
"dependencies": {},
"title": "My Plugin",
"icon": "apps",

View File

@@ -49,6 +49,7 @@ you can also specify a title to show in the Flipper sidebar and an icon to displ
"version": "1.0.0",
"main": "index.tsx",
"license": "MIT",
"keywords": ["flipper-plugin"],
"icon": "apps",
"title": "Sea Mammals",
"dependencies": {

View File

@@ -111,7 +111,6 @@ export default function(props: {onHide: () => any}) {
</SearchBox>
</Toolbar>
<ManagedTable_immutable
key="FuryEvents"
rowLineHeight={28}
floating={false}
multiline={true}

View File

@@ -3,6 +3,7 @@
"version": "1.0.0",
"main": "index.tsx",
"license": "MIT",
"keywords": ["flipper-plugin"],
"dependencies": {
"adbkit": "^2.11.1"
},

View File

@@ -5,6 +5,7 @@
"main": "index.js",
"repository": "https://github.com/facebook/flipper",
"license": "MIT",
"keywords": ["flipper-plugin"],
"title": "Crash Reporter",
"bugs": {
"email": "prit91@fb.com",

View File

@@ -5,6 +5,7 @@
"icon": "internet",
"main": "index.js",
"license": "MIT",
"keywords": ["flipper-plugin"],
"dependencies": {
"sql-formatter": "^2.3.3",
"dateformat": "^3.0.3"

View File

@@ -3,6 +3,7 @@
"version": "1.0.0",
"main": "index.tsx",
"license": "MIT",
"keywords": ["flipper-plugin"],
"title": "Example Plugin",
"icon": "apps",
"bugs": {

View File

@@ -3,6 +3,7 @@
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"keywords": ["flipper-plugin"],
"title": "Images",
"icon": "profile",
"bugs": {

View File

@@ -3,6 +3,7 @@
"version": "1.0.0",
"main": "index.tsx",
"license": "MIT",
"keywords": ["flipper-plugin"],
"dependencies": {
"deep-equal": "^1.0.1",
"lodash.clonedeep": "^4.5.0",

View File

@@ -3,6 +3,7 @@
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"keywords": ["flipper-plugin"],
"dependencies": {
"lodash": "^4.17.5"
},

View File

@@ -3,6 +3,7 @@
"version": "1.0.0",
"main": "index.tsx",
"license": "MIT",
"keywords": ["flipper-plugin"],
"dependencies": {},
"title": "Logs",
"icon": "arrow-right",

View File

@@ -3,6 +3,7 @@
"version": "0.0.1",
"main": "index.tsx",
"license": "MIT",
"keywords": ["flipper-plugin"],
"title": "Navigation",
"icon": "directions",
"bugs": {

View File

@@ -3,6 +3,7 @@
"version": "1.0.0",
"main": "index.tsx",
"license": "MIT",
"keywords": ["flipper-plugin"],
"dependencies": {
"pako": "^1.0.6",
"@types/pako": "^1.0.1",

View File

@@ -3,6 +3,7 @@
"version": "1.0.1",
"main": "index.tsx",
"license": "MIT",
"keywords": ["flipper-plugin"],
"dependencies": {
"address": "^1.1.2",
"get-port": "^4.0.0",

View File

@@ -4,6 +4,7 @@
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"keywords": ["flipper-plugin"],
"gatekeeper": "sonar_sandbox_plugin",
"icon": "translate",
"bugs": {

View File

@@ -3,6 +3,7 @@
"version": "1.0.0",
"main": "index.tsx",
"license": "MIT",
"keywords": ["flipper-plugin"],
"icon": "apps",
"title": "Sea Mammals",
"bugs": {

View File

@@ -8,6 +8,7 @@
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"keywords": ["flipper-plugin"],
"gatekeeper": "flipper_sections_plugin",
"dependencies": {
"react-d3-tree": "^1.12.1"

View File

@@ -3,6 +3,7 @@
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"keywords": ["flipper-plugin"],
"dependencies": {
"lodash": "^4.17.13"
},