Skip to content

Commit 2f6d6e8

Browse files
Remove duplicate type path in package.json
1 parent 98cce12 commit 2f6d6e8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.changeset/fresh-plums-wave.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"umd:main": "dist/index.js",
88
"module": "dist/index.module.js",
99
"jsnext:main": "dist/index.module.js",
10-
"typings": "src/index.d.ts",
1110
"types": "src/index.d.ts",
1211
"exports": {
1312
".": {

0 commit comments

Comments
 (0)