Skip to content

Commit ef48209

Browse files
authored
Update package.json
Rework package.json `exports` per https://docs.npmjs.com/cli/v11/configuring-npm/package-json#main
1 parent 696b77d commit ef48209

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
"license": "Apache-2.0",
66
"repository": "github:Netflix/eslint-plugin-x-element",
77
"type": "module",
8-
"exports": {
9-
"./index.js": "./index.js"
10-
},
118
"publishConfig": {
129
"access": "public",
1310
"registry": "https://registry.npmjs.org"

0 commit comments

Comments
 (0)