From ccf851680bbf15ce8ebebea8d96bb55630b607a5 Mon Sep 17 00:00:00 2001 From: Kyle Mathews Date: Fri, 12 Jan 2018 17:02:13 -0800 Subject: [PATCH] Create new npm keyword for gatsby components (#3507) --- packages/gatsby-image/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/gatsby-image/package.json b/packages/gatsby-image/package.json index 58ddaf34b26b7..3def784cc8dc4 100644 --- a/packages/gatsby-image/package.json +++ b/packages/gatsby-image/package.json @@ -10,6 +10,7 @@ }, "keywords": [ "gatsby", + "gatsby-component", "react-component" ], "author": "Kyle Mathews ",