Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update package.json
  • Loading branch information
JounQin authored Apr 8, 2025
commit 37d0b6a91f8c765cb30358c76fcd1bba29cb7cee
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"bin": "lib/cli.js",
"main": "./lib/index.cjs",
"types": "./lib/index.d.ts",
"types": "./index.d.cts",
"module": "./lib/index.js",
"exports": {
".": {
Expand Down
Loading