Skip to content

Commit 0d6fb97

Browse files
committed
build(pkg): default export
1 parent 94d2e18 commit 0d6fb97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "module",
55
"description": "Plugin architecture example with full TypeScript support",
66
"exports": {
7-
"./": "./index.js"
7+
".": "./index.js"
88
},
99
"types": "./index.d.ts",
1010
"scripts": {

0 commit comments

Comments
 (0)