Skip to content

Commit b0027f0

Browse files
jtkieselclementdessoude
authored andcommitted
fix: restore require support for VS Code compatibility
1 parent b80f280 commit b0027f0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

packages/prettier-plugin-java/package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@
44
"description": "Prettier Java Plugin",
55
"type": "module",
66
"exports": {
7-
".": {
8-
"types": "./index.d.ts",
9-
"import": "./dist/index.js"
10-
}
7+
"types": "./index.d.ts",
8+
"default": "./dist/index.js"
119
},
1210
"files": [
1311
"dist",

0 commit comments

Comments
 (0)