From a09d6c4599087abc1a111a6941787890e0414104 Mon Sep 17 00:00:00 2001 From: kevzettler Date: Thu, 8 Mar 2018 19:00:27 -0800 Subject: [PATCH] add gatsby-plugin keyword per https://github.com/gatsbyjs/gatsby/issues/4394#issuecomment-371696742 --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index ec1b3f6..4bebbf6 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,10 @@ "author": "Kev Zettler", "license": "MIT", "description": "A Gatsby source plugin to fetch data from Airtable", + "keywords": [ + "gatsby", + "gatsby-plugin" + ], "repository": "kevzettler/gatsby-source-airtable", "main": "gatsby-node.js", "scripts": {