Skip to content

Commit 8d63e20

Browse files
committed
Chore(prettier): Introduce package entrypoint through exports field
1 parent 42a481d commit 8d63e20

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/prettier-config/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@
1111
"license": "BSD-3-Clause",
1212
"type": "module",
1313
"main": "index.js",
14+
"exports": {
15+
".": {
16+
"import": "./index.js"
17+
}
18+
},
1419
"publishConfig": {
1520
"access": "public"
1621
},

0 commit comments

Comments
 (0)