Skip to content

Commit

Permalink
fix: restore require support for VS Code compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
jtkiesel committed Jan 17, 2025
1 parent b80f280 commit b07094e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/prettier-plugin-java/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"exports": {
".": {
"types": "./index.d.ts",
"import": "./dist/index.js"
"default": "./dist/index.js"
}
},
"files": [
Expand Down

0 comments on commit b07094e

Please sign in to comment.