Skip to content

Commit b047e13

Browse files
committed
7.1.0
1 parent 232d7a2 commit b047e13

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

package.json

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "remix-i18next",
3-
"version": "7.0.2",
3+
"version": "7.1.0",
44
"author": {
55
"name": "Sergio Xalambrí",
66
"url": "https://sergiodxa.com",
@@ -48,7 +48,13 @@
4848
},
4949
"funding": "https://github.com/sponsors/sergiodxa",
5050
"homepage": "https://github.com/sergiodxa/remix-i18next#readme",
51-
"keywords": ["remix", "i18n", "i18next", "ssr", "csr"],
51+
"keywords": [
52+
"remix",
53+
"i18n",
54+
"i18next",
55+
"ssr",
56+
"csr"
57+
],
5258
"license": "MIT",
5359
"scripts": {
5460
"build": "tsc",
@@ -58,6 +64,11 @@
5864
"exports": "bun run ./scripts/exports.ts"
5965
},
6066
"sideEffects": false,
61-
"files": ["build", "src", "package.json", "README.md"],
67+
"files": [
68+
"build",
69+
"src",
70+
"package.json",
71+
"README.md"
72+
],
6273
"type": "module"
6374
}

0 commit comments

Comments
 (0)