Skip to content

Commit 7703427

Browse files
refactor: simplify exports in package.json by consolidating module paths
1 parent a5f1421 commit 7703427

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,7 @@
4141
"license": "MIT",
4242
"main": "dist/index.js",
4343
"exports": {
44-
".": {
45-
"import": "./dist/index.js",
46-
"require": "./dist/index.js",
47-
"types": "./dist/index.d.ts"
48-
},
44+
".": "./dist/index.js",
4945
"./package.json": "./package.json"
5046
},
5147
"peerDependencies": {

0 commit comments

Comments
 (0)