Skip to content

Commit

Permalink
fix: yet another fix to publish dist directory
Browse files Browse the repository at this point in the history
  • Loading branch information
yujiosaka committed Oct 24, 2023
1 parent 5c3fde6 commit ba25130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"main": "dist/index.js",
"exports": {
".": "./dist/index.js",
"./*": "./dist/*"
"./*": "./dist/*.js"
},
"scripts": {
"build": "tsc -p tsconfig.build.json",
Expand Down

0 comments on commit ba25130

Please sign in to comment.