From c4adb3e7da572dca2296268db80e40d94c466b88 Mon Sep 17 00:00:00 2001 From: GatsbyJS Bot Date: Thu, 21 Jul 2022 05:27:01 -0600 Subject: [PATCH] fix(gatsby-link): Publish types (#36199) (#36200) Co-authored-by: Lennart --- packages/gatsby-link/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/gatsby-link/package.json b/packages/gatsby-link/package.json index 33559314e2772..a20523defe7dd 100644 --- a/packages/gatsby-link/package.json +++ b/packages/gatsby-link/package.json @@ -11,7 +11,8 @@ "module": "dist/index.modern.mjs", "types": "index.d.ts", "files": [ - "dist/*" + "dist/*", + "index.d.ts" ], "sideEffects": false, "scripts": {