Skip to content

Commit

Permalink
7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiodxa committed Mar 8, 2025
1 parent 232d7a2 commit b047e13
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remix-i18next",
"version": "7.0.2",
"version": "7.1.0",
"author": {
"name": "Sergio Xalambrí",
"url": "https://sergiodxa.com",
Expand Down Expand Up @@ -48,7 +48,13 @@
},
"funding": "https://github.com/sponsors/sergiodxa",
"homepage": "https://github.com/sergiodxa/remix-i18next#readme",
"keywords": ["remix", "i18n", "i18next", "ssr", "csr"],
"keywords": [
"remix",
"i18n",
"i18next",
"ssr",
"csr"
],
"license": "MIT",
"scripts": {
"build": "tsc",
Expand All @@ -58,6 +64,11 @@
"exports": "bun run ./scripts/exports.ts"
},
"sideEffects": false,
"files": ["build", "src", "package.json", "README.md"],
"files": [
"build",
"src",
"package.json",
"README.md"
],
"type": "module"
}

0 comments on commit b047e13

Please sign in to comment.