Skip to content

Commit

Permalink
feat(jsr.json): change main export path
Browse files Browse the repository at this point in the history
The main export path in jsr.json has been changed from "." to "./index".
This change is to improve the clarity of the export structure.
  • Loading branch information
ryoppippi committed Jun 5, 2024
1 parent 6fd9835 commit 207a05b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/unplugin-typia/jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@ryoppippi/unplugin-typia",
"version": "0.2.0",
"exports": {
".": "./src/index.ts",
"./index": "./src/index.ts",
"./api": "./src/api.ts",
"./vite": "./src/vite.ts",
"./webpack": "./src/webpack.ts",
Expand Down

0 comments on commit 207a05b

Please sign in to comment.