Skip to content

Commit 6c35f7e

Browse files
chore: remove module entry from package.json exports for cleaner configuration
1 parent 87ad0db commit 6c35f7e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,8 @@
3939
],
4040
"license": "MIT",
4141
"main": "dist/index.js",
42-
"module": "dist/index.js",
4342
"exports": {
4443
".": {
45-
"import": "./dist/index.js",
4644
"require": "./dist/index.js",
4745
"types": "./dist/index.d.ts"
4846
},

0 commit comments

Comments
 (0)