Skip to content

Commit

Permalink
fix(core): sub export types, fix #566
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jan 27, 2024
1 parent b26817f commit 728240f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"types": "./dist/index.d.mts",
"typesVersions": {
"*": {
"wasm": [
"./dist/wasm.d.mts"
"wasm-inlined": [
"./dist/wasm-inlined.d.mts"
],
"types": [
"./dist/types.d.mts"
Expand Down

0 comments on commit 728240f

Please sign in to comment.