Skip to content

Commit

Permalink
7.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiodxa committed Jan 4, 2025
1 parent 1f053f1 commit 281de53
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.1",
"version": "7.0.2",
"author": {
"name": "Sergio Xalambrí",
"url": "https://sergiodxa.com",
Expand Down Expand Up @@ -47,7 +47,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 @@ -57,6 +63,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 281de53

Please sign in to comment.