Skip to content

Commit 661f939

Browse files
committed
fix(plugin): remove exports for nonexistent src directory
1 parent 182d1f5 commit 661f939

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

packages/prettier-plugin-java/package.json

+1-6
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,7 @@
33
"version": "2.6.2",
44
"description": "Prettier Java Plugin",
55
"type": "module",
6-
"exports": {
7-
".": {
8-
"types": "./src/index.d.ts",
9-
"default": "./src/index.js"
10-
}
11-
},
6+
"exports": "./dist/index.js",
127
"files": [
138
"dist"
149
],

0 commit comments

Comments
 (0)