Skip to content

Commit 2463c51

Browse files
committed
Add main export entry for admin index in package.json
1 parent a853160 commit 2463c51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"main": "lib/admin/index.js",
88
"types": "lib/admin/index.d.ts",
99
"exports": {
10+
".": "./lib/admin/index.js",
1011
"./admin": "./lib/admin/index.js",
1112
"./client": "./lib/client/index.js"
1213
},

0 commit comments

Comments
 (0)