Skip to content

Commit

Permalink
fix: add svelte into exports field
Browse files Browse the repository at this point in the history
  • Loading branch information
stepan662 committed Jul 9, 2024
1 parent 90c4644 commit c1d73b6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"require": "./dist/tolgee.cjs.js",
"module": "./dist/tolgee.esm.js",
"import": "./dist/tolgee.esm.mjs",
"svelte": "./dist/tolgee.esm.mjs",
"types": "./lib/index.d.ts"
},
"./package.json": "./package.json"
Expand Down
1 change: 1 addition & 0 deletions packages/format-icu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"require": "./dist/tolgee-format-icu.cjs.js",
"module": "./dist/tolgee-format-icu.esm.js",
"import": "./dist/tolgee-format-icu.esm.mjs",
"svelte": "./dist/tolgee-format-icu.esm.mjs",
"types": "./lib/index.d.ts"
},
"./package.json": "./package.json"
Expand Down
3 changes: 2 additions & 1 deletion packages/i18next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@
"types": "./lib/index.d.ts",
"require": "./dist/tolgee-i18next.cjs.js",
"module": "./dist/tolgee-i18next.esm.js",
"import": "./dist/tolgee-i18next.esm.mjs"
"import": "./dist/tolgee-i18next.esm.mjs",
"svelte": "./dist/tolgee-i18next.esm.mjs"
},
"./package.json": "./package.json"
},
Expand Down

0 comments on commit c1d73b6

Please sign in to comment.