Skip to content
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.

Commit

Permalink
Add missing title attributes
Browse files Browse the repository at this point in the history
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
  • Loading branch information
passy authored and facebook-github-bot committed Mar 7, 2019
1 parent 31c240b commit 83c9d33
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/leak_canary/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"lodash": "^4.17.5"
},
"icon": "bird",
"title": "LeakCanary",
"bugs": {
"email": "jhli@fb.com"
}
Expand Down
1 change: 1 addition & 0 deletions src/plugins/network/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down
1 change: 1 addition & 0 deletions src/plugins/sandbox/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "Sandbox",
"title": "Sandbox",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
Expand Down

0 comments on commit 83c9d33

Please sign in to comment.