Skip to content

Commit

Permalink
chore: fix typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
YunYouJun committed Aug 17, 2024
1 parent f4784c3 commit 4810f7a
Show file tree
Hide file tree
Showing 2 changed files with 669 additions and 1,048 deletions.
3 changes: 1 addition & 2 deletions packages/valaxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
".": {
"types": "./index.d.ts",
"import": "./dist/node/index.mjs",
"require": "./dist/node/index.cjs",
"default": "./dist/node/index.mjs"
"require": "./dist/node/index.cjs"
},
"./client/*": "./client/*",
"./client": "./client/index.ts",
Expand Down
Loading

0 comments on commit 4810f7a

Please sign in to comment.