Skip to content

Commit

Permalink
Merge pull request #677 from Barokai/patch-1
Browse files Browse the repository at this point in the history
Update package.json - add types to exports
  • Loading branch information
iamvishnusankar committed Sep 6, 2023
2 parents acd9232 + f15c786 commit 25bad1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/next-sitemap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"exports": {
".": {
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js"
"require": "./dist/cjs/index.js",
"types": "./dist/@types/index.d.ts"
}
},
"files": [
Expand Down

0 comments on commit 25bad1d

Please sign in to comment.