Skip to content

Commit 281de53

Browse files
committed
7.0.2
1 parent 1f053f1 commit 281de53

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.1",
3+
"version": "7.0.2",
44
"author": {
55
"name": "Sergio Xalambrí",
66
"url": "https://sergiodxa.com",
@@ -47,7 +47,13 @@
4747
},
4848
"funding": "https://github.com/sponsors/sergiodxa",
4949
"homepage": "https://github.com/sergiodxa/remix-i18next#readme",
50-
"keywords": ["remix", "i18n", "i18next", "ssr", "csr"],
50+
"keywords": [
51+
"remix",
52+
"i18n",
53+
"i18next",
54+
"ssr",
55+
"csr"
56+
],
5157
"license": "MIT",
5258
"scripts": {
5359
"build": "tsc",
@@ -57,6 +63,11 @@
5763
"exports": "bun run ./scripts/exports.ts"
5864
},
5965
"sideEffects": false,
60-
"files": ["build", "src", "package.json", "README.md"],
66+
"files": [
67+
"build",
68+
"src",
69+
"package.json",
70+
"README.md"
71+
],
6172
"type": "module"
6273
}

0 commit comments

Comments
 (0)