diff --git a/package.json b/package.json index 6a1e735..4945c9f 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,10 @@ "description": "Gatsby plugin to source Gravatar URLs from emails.", "main": "src/index.js", "types": "src/index.d.ts", + "files": [ + "src/**", + "gatsby-node.js" + ], "keywords": [ "gatsby", "gatsby-plugin",