Skip to content

Commit 16cdf0e

Browse files
authored
Merge pull request #1048 from acacode/fix-package-type
Remove types fields from package.json as there are no types yet
2 parents 22c4b1f + bd49e34 commit 16cdf0e

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.changeset/funny-bikes-marry.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"swagger-typescript-api": patch
3+
---
4+
5+
Remove types fields from package.json as there are no types yet.

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,15 @@
1414
"exports": {
1515
".": {
1616
"import": {
17-
"types": "./dist/types.d.ts",
1817
"default": "./dist/lib.js"
1918
},
2019
"require": {
21-
"types": "./dist/types.d.cts",
2220
"default": "./dist/lib.cjs"
2321
}
2422
}
2523
},
2624
"main": "./dist/lib.cjs",
2725
"module": "./dist/lib.js",
28-
"types": "./dist/types.d.cts",
2926
"bin": {
3027
"sta": "./dist/cli.js",
3128
"swagger-typescript-api": "./dist/cli.js"

0 commit comments

Comments
 (0)