Skip to content

Commit c347fe6

Browse files
committed
Remove redundant value from package. json, also closes #131 #129 #121 #123 #124
1 parent 6068440 commit c347fe6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
"exports": {
77
".": {
88
"require": "./dist/index.cjs",
9-
"import": "./dist/index.mjs",
10-
"types": "./dist/index.d.ts"
9+
"import": "./dist/index.mjs"
1110
}
1211
},
1312
"files": [

0 commit comments

Comments
 (0)