Skip to content

Commit

Permalink
chore: adjust package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Nov 14, 2024
1 parent bcf4781 commit 332ef74
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,20 +35,18 @@
],
"exports": {
".": {
"bun": "./src/index.ts",
"import": "./dist/index.js"
},
"./*": {
"bun": "./src/*",
"import": "./dist/*"
}
},
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"bin": {
"tlsx": "./dist/cli.js"
"tlsx": "./dist/bin/cli.js"
},
"files": ["dist", "scripts", "src"],
"files": ["dist", "README.md"],
"scripts": {
"build": "bun build.ts && bun run compile",
"compile": "bun build ./bin/cli.ts --compile --minify --outfile bin/tlsx",
Expand Down

0 comments on commit 332ef74

Please sign in to comment.