From fd8c83d5355ab736ab0594ff1882de1b5c001e78 Mon Sep 17 00:00:00 2001 From: "Kaleab S. Melkie" Date: Wed, 28 Apr 2021 12:39:55 +0300 Subject: [PATCH] Explicitly specify npm-publishable files --- package.json | 4 ++++ 1 file changed, 4 insertions(+) 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",