Skip to content

Commit

Permalink
Improve description and keywords for gatsby-plugin-react-helmet so mo…
Browse files Browse the repository at this point in the history
…re findable in plugin library (#4806)
  • Loading branch information
KyleAMathews authored Apr 2, 2018
1 parent fcd3eda commit bfb01a6
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions packages/gatsby-plugin-react-helmet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-react-helmet",
"description": "Provides drop-in support for server rendering data added with react-helmet",
"description": "Manage document head data with react-helmet. Provides drop-in server rendering support for Gatsby.",
"version": "2.0.9",
"author": "Kyle Mathews <matthews.kyle@gmail.com>",
"bugs": {
Expand All @@ -16,7 +16,19 @@
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-react-helmet#readme",
"keywords": [
"gatsby",
"gatsby-plugin"
"gatsby-plugin",
"favicon",
"react-helmet",
"seo",
"document",
"head",
"title",
"meta",
"link",
"script",
"base",
"noscript",
"style"
],
"license": "MIT",
"main": "index.js",
Expand Down

0 comments on commit bfb01a6

Please sign in to comment.