Skip to content

Commit

Permalink
Rebase and add additional support for i18next since 4.15
Browse files Browse the repository at this point in the history
  • Loading branch information
smeng9 committed Oct 12, 2023
1 parent 737f838 commit 8465b19
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/ra-i18n-i18next/package.json
Expand Up @@ -5,6 +5,14 @@
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/cjs/index.d.ts",
"exports": {
".": {
"require": "./dist/cjs/index.js",
"import": "./dist/esm/index.js",
"types": "./dist/cjs/index.d.ts"
},
"./*": "./*"
},
"sideEffects": false,
"files": [
"*.md",
Expand Down

0 comments on commit 8465b19

Please sign in to comment.