Skip to content

Commit

Permalink
fix: client package.json formatting (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
andogq authored May 31, 2024
2 parents 1d63e76 + 7fd2155 commit 8ed7109
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
"lint": "tsc",
"build": "tsup ./src/index.ts"
},
"files": [
"dist"
],
"files": ["dist"],
"main": "./dist/index.cjs",
"types": "./dist/index.d.cts",
"exports": {
Expand All @@ -35,10 +33,7 @@
"typescript": "^5.3.3"
},
"tsup": {
"format": [
"esm",
"cjs"
],
"format": ["esm", "cjs"],
"splitting": true,
"dts": true
}
Expand Down

0 comments on commit 8ed7109

Please sign in to comment.