Skip to content

Commit c373a92

Browse files
committed
fix: exports field includes package.json
1 parent ffe09f8 commit c373a92

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
@@ -17,7 +17,8 @@
1717
"./lib/server/*": {
1818
"import": "./esm/server/*.mjs",
1919
"require": "./lib/server/*.js"
20-
}
20+
},
21+
"./package.json": "./package.json"
2122
},
2223
"scripts": {
2324
"build": "run-s build:*",

0 commit comments

Comments
 (0)