diff --git a/package.json b/package.json index 20df253..61f3f54 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "remix-i18next", - "version": "7.0.2", + "version": "7.1.0", "author": { "name": "Sergio Xalambrí", "url": "https://sergiodxa.com", @@ -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", @@ -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" }