Skip to content

Commit f93c7bf

Browse files
committed
add package.json to exports field
1 parent 864015c commit f93c7bf

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
@@ -7,6 +7,7 @@
77
"main": "index.js",
88
"module": "index.mjs",
99
"exports": {
10+
"./package.json": "./package.json",
1011
"./execution/execute.js": {
1112
"types": {
1213
"import": "./execution/execute.js.d.mts",

0 commit comments

Comments
 (0)