Skip to content

Commit f4b23df

Browse files
authoredAug 29, 2022
feat: add package.json subpath export (#91)
1 parent b77328f commit f4b23df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎package.json

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"dist"
2323
],
2424
"exports": {
25+
"./package.json": "./package.json",
2526
".": "./dist/loader.js",
2627
"./cli": "./dist/cli.js",
2728
"./suppress-warnings": "./dist/suppress-warnings.cjs",

0 commit comments

Comments
 (0)
Please sign in to comment.