From 83c9d3399ff8b0188a03af7e85776d08bfde3a2b Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Thu, 7 Mar 2019 09:40:15 -0800 Subject: [PATCH] Add missing title attributes Summary: Extended the linter to check for the title attribute, too, and fixed all violations. Linter will follow in next diff. Reviewed By: jknoxville Differential Revision: D14366410 fbshipit-source-id: b4de3592f2537e2bb16d4c2af231e5bee45346e4 --- src/plugins/leak_canary/package.json | 1 + src/plugins/network/package.json | 1 + src/plugins/sandbox/package.json | 1 + 3 files changed, 3 insertions(+) diff --git a/src/plugins/leak_canary/package.json b/src/plugins/leak_canary/package.json index d9de5fbcc7c..484539eec1e 100644 --- a/src/plugins/leak_canary/package.json +++ b/src/plugins/leak_canary/package.json @@ -7,6 +7,7 @@ "lodash": "^4.17.5" }, "icon": "bird", + "title": "LeakCanary", "bugs": { "email": "jhli@fb.com" } diff --git a/src/plugins/network/package.json b/src/plugins/network/package.json index da2ec3eb89b..e0b9735bced 100644 --- a/src/plugins/network/package.json +++ b/src/plugins/network/package.json @@ -9,6 +9,7 @@ "lodash": "^4.17.11" }, "icon": "internet", + "title": "Network", "bugs": { "email": "oncall+flipper@xmail.facebook.com", "url": "https://fb.workplace.com/groups/230455004101832/" diff --git a/src/plugins/sandbox/package.json b/src/plugins/sandbox/package.json index 101153a29c8..9e71d953976 100644 --- a/src/plugins/sandbox/package.json +++ b/src/plugins/sandbox/package.json @@ -1,5 +1,6 @@ { "name": "Sandbox", + "title": "Sandbox", "version": "1.0.0", "main": "index.js", "license": "MIT",