Skip to content

Commit 0a90ed1

Browse files
authoredMay 21, 2023
chore: move exports.types field to first spot @ package.json. (#2443)
* chore: move exports.types field to first spot @ package.json. * remove comma.
1 parent 60a2134 commit 0a90ed1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@
3939
},
4040
"exports": {
4141
".": {
42+
"types": "./index.d.ts",
4243
"require": "./lib/index.js",
43-
"import": "./lib/index.mjs",
44-
"types": "./index.d.ts"
44+
"import": "./lib/index.mjs"
4545
},
4646
"./package.json": "./package.json",
4747
"./locales/*": "./lib/locales/*"

0 commit comments

Comments
 (0)
Please sign in to comment.