Skip to content

Commit 296e97d

Browse files
NWYLZWantfu
andauthored
chore: export package.json for higher version Node.js (#103)
shikijs/shiki#640 Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
1 parent 3fd967d commit 296e97d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"keywords": [],
1717
"sideEffects": false,
1818
"exports": {
19-
".": "./dist/index.mjs"
19+
".": "./dist/index.mjs",
20+
"./package.json": "./package.json"
2021
},
2122
"main": "./dist/index.mjs",
2223
"module": "./dist/index.mjs",

0 commit comments

Comments
 (0)