Skip to content

Commit

Permalink
chore(core,shiki): add package.json export (#640)
Browse files Browse the repository at this point in the history
  • Loading branch information
NWYLZW committed Mar 25, 2024
1 parent ec2bffa commit 85607e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"types": "./dist/types.d.mts"
},
"./dist/*": "./dist/*",
"./package.json": "./package.json",
"./*": "./dist/*"
},
"main": "./dist/index.mjs",
Expand Down
1 change: 1 addition & 0 deletions packages/shiki/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
},
"./onig.wasm": "./dist/onig.wasm",
"./dist/*": "./dist/*",
"./package.json": "./package.json",
"./*": "./dist/*"
},
"main": "./dist/index.mjs",
Expand Down

0 comments on commit 85607e3

Please sign in to comment.