Skip to content

Commit

Permalink
build: fix type export
Browse files Browse the repository at this point in the history
  • Loading branch information
lihbr committed Jun 8, 2023
1 parent d16e6a4 commit a5c9d3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
"./kit": {
"require": {
"types": "./dist/kit/index.d.ts",
"default": "./dist/kit/index.cjs"
"default": "./dist/kit.cjs"
},
"import": {
"types": "./dist/kit/index.d.ts",
"default": "./dist/kit/index.js"
"default": "./dist/kit.js"
}
},
"./package.json": "./package.json"
Expand Down

0 comments on commit a5c9d3c

Please sign in to comment.