Skip to content

Commit

Permalink
fix: publish dist directory directly
Browse files Browse the repository at this point in the history
  • Loading branch information
yujiosaka committed Oct 24, 2023
1 parent 63997f9 commit d2e0d99
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
"module": "dist/index.ts",
"types": "dist/index.d.ts",
"main": "dist/index.js",
"exports": {
".": "./dist/index.js",
"./*": "./dist/"
},
"scripts": {
"build": "tsc -p tsconfig.build.json",
"format": "prettier **/*.{md,ts,cts,json} -w",
Expand Down

0 comments on commit d2e0d99

Please sign in to comment.