From 6d6f03482482f87b13193855d11bf3d85d58cdb4 Mon Sep 17 00:00:00 2001 From: Lennart Date: Thu, 21 Jul 2022 10:56:00 +0200 Subject: [PATCH] fix(gatsby-link): Publish types (#36199) --- 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 b9823d313022d..25d64852b49c9 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": {