Skip to content

Commit 2944fc7

Browse files
committed
7.2.0
1 parent 534469c commit 2944fc7

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

package.json

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "remix-i18next",
3-
"version": "7.1.1",
3+
"version": "7.2.0",
44
"author": {
55
"name": "Sergio Xalambrí",
66
"url": "https://sergiodxa.com",
@@ -48,7 +48,14 @@
4848
},
4949
"funding": "https://github.com/sponsors/sergiodxa",
5050
"homepage": "https://github.com/sergiodxa/remix-i18next#readme",
51-
"keywords": ["remix", "i18n", "i18next", "ssr", "csr", "react-router"],
51+
"keywords": [
52+
"remix",
53+
"i18n",
54+
"i18next",
55+
"ssr",
56+
"csr",
57+
"react-router"
58+
],
5259
"license": "MIT",
5360
"scripts": {
5461
"build": "tsc",
@@ -58,6 +65,11 @@
5865
"exports": "bun run ./scripts/exports.ts"
5966
},
6067
"sideEffects": false,
61-
"files": ["build", "src", "package.json", "README.md"],
68+
"files": [
69+
"build",
70+
"src",
71+
"package.json",
72+
"README.md"
73+
],
6274
"type": "module"
6375
}

0 commit comments

Comments
 (0)