Skip to content

Commit

Permalink
Merge pull request #235 from preactjs/duplicate-types
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinhagemeister committed Aug 16, 2022
2 parents 98cce12 + 2f6d6e8 commit de3b6a0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/fresh-plums-wave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'preact-render-to-string': patch
---

Remove duplicate type path in `package.json`. Only one of `types` or `typings` is needed.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"umd:main": "dist/index.js",
"module": "dist/index.module.js",
"jsnext:main": "dist/index.module.js",
"typings": "src/index.d.ts",
"types": "src/index.d.ts",
"exports": {
".": {
Expand Down

0 comments on commit de3b6a0

Please sign in to comment.