Skip to content

Commit

Permalink
Update type file reference in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
samepant authored and rektdeckard committed Oct 31, 2023
1 parent 1b54458 commit 9f0815f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"./dist/ssr": {
"import": "./dist/ssr/index.mjs",
"require": "./dist/index.cjs",
"types": "./dist/ssr/*.d.ts"
"types": "./dist/ssr/index.d.ts"
},
"./dist/ssr/*": {
"import": "./dist/ssr/*.mjs",
Expand Down

0 comments on commit 9f0815f

Please sign in to comment.