We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98cce12 commit 2f6d6e8Copy full SHA for 2f6d6e8
.changeset/fresh-plums-wave.md
@@ -0,0 +1,5 @@
1
+---
2
+'preact-render-to-string': patch
3
4
+
5
+Remove duplicate type path in `package.json`. Only one of `types` or `typings` is needed.
package.json
@@ -7,7 +7,6 @@
7
"umd:main": "dist/index.js",
8
"module": "dist/index.module.js",
9
"jsnext:main": "dist/index.module.js",
10
- "typings": "src/index.d.ts",
11
"types": "src/index.d.ts",
12
"exports": {
13
".": {
0 commit comments