Skip to content

Commit

Permalink
Merge pull request #1048 from acacode/fix-package-type
Browse files Browse the repository at this point in the history
Remove types fields from package.json as there are no types yet
  • Loading branch information
smorimoto authored Feb 12, 2025
2 parents 22c4b1f + bd49e34 commit 16cdf0e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/funny-bikes-marry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"swagger-typescript-api": patch
---

Remove types fields from package.json as there are no types yet.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,15 @@
"exports": {
".": {
"import": {
"types": "./dist/types.d.ts",
"default": "./dist/lib.js"
},
"require": {
"types": "./dist/types.d.cts",
"default": "./dist/lib.cjs"
}
}
},
"main": "./dist/lib.cjs",
"module": "./dist/lib.js",
"types": "./dist/types.d.cts",
"bin": {
"sta": "./dist/cli.js",
"swagger-typescript-api": "./dist/cli.js"
Expand Down

0 comments on commit 16cdf0e

Please sign in to comment.