Skip to content

Commit

Permalink
fix(gatsby-link): Publish types (#36199)
Browse files Browse the repository at this point in the history
  • Loading branch information
LekoArts committed Jul 21, 2022
1 parent 028b1de commit 6d6f034
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/gatsby-link/package.json
Expand Up @@ -11,7 +11,8 @@
"module": "dist/index.modern.mjs",
"types": "index.d.ts",
"files": [
"dist/*"
"dist/*",
"index.d.ts"
],
"sideEffects": false,
"scripts": {
Expand Down

0 comments on commit 6d6f034

Please sign in to comment.