Skip to content

Commit

Permalink
infra: remove package.json warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 committed Sep 9, 2024
1 parent 200beb9 commit 3c6552c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,11 @@
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs",
"default": "./dist/index.js"
},
"./locale/*": {
"types": "./dist/types/locale/*.d.ts",
"import": "./dist/locale/*.js",
"require": "./dist/locale/*.cjs",
"default": "./dist/locale/*.js"
},
Expand Down

0 comments on commit 3c6552c

Please sign in to comment.