Skip to content

Commit 436782f

Browse files
committed
chore: remove exports configuration from package.json
1 parent dc967b2 commit 436782f

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

package.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,6 @@
66
"main": "./lib/commonjs/index.js",
77
"module": "./lib/module/index.js",
88
"types": "./lib/typescript/src/index.d.ts",
9-
"exports": {
10-
".": {
11-
"import": {
12-
"types": "./lib/typescript/module/src/index.d.ts",
13-
"default": "./lib/module/index.js"
14-
},
15-
"require": {
16-
"types": "./lib/typescript/commonjs/src/index.d.ts",
17-
"default": "./lib/commonjs/index.js"
18-
}
19-
}
20-
},
219
"files": [
2210
"src",
2311
"lib",

0 commit comments

Comments
 (0)