Skip to content

Commit

Permalink
chore: move exports.types field to first spot @ package.json. (#2443)
Browse files Browse the repository at this point in the history
* chore: move exports.types field to first spot @ package.json.

* remove comma.
  • Loading branch information
igalklebanov committed May 21, 2023
1 parent 60a2134 commit 0a90ed1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -39,9 +39,9 @@
},
"exports": {
".": {
"types": "./index.d.ts",
"require": "./lib/index.js",
"import": "./lib/index.mjs",
"types": "./index.d.ts"
"import": "./lib/index.mjs"
},
"./package.json": "./package.json",
"./locales/*": "./lib/locales/*"
Expand Down

0 comments on commit 0a90ed1

Please sign in to comment.