Skip to content

Commit

Permalink
fix(plugin): remove exports for nonexistent src directory
Browse files Browse the repository at this point in the history
  • Loading branch information
jtkiesel committed Jul 12, 2024
1 parent 182d1f5 commit 661f939
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions packages/prettier-plugin-java/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,7 @@
"version": "2.6.2",
"description": "Prettier Java Plugin",
"type": "module",
"exports": {
".": {
"types": "./src/index.d.ts",
"default": "./src/index.js"
}
},
"exports": "./dist/index.js",
"files": [
"dist"
],
Expand Down

0 comments on commit 661f939

Please sign in to comment.