Skip to content

Commit 2b396de

Browse files
authored
chore: update exports map in package.json (#48)
1 parent da5f619 commit 2b396de

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,8 @@
4848
},
4949
"exports": {
5050
".": {
51-
"import": {
52-
"types": "./dist/main.d.ts",
53-
"default": "./dist/main.js"
54-
}
51+
"types": "./dist/main.d.ts",
52+
"default": "./dist/main.js"
5553
},
5654
"./package.json": "./package.json"
5755
},

0 commit comments

Comments
 (0)