Skip to content

Commit 534469c

Browse files
committed
Refactor package.json to streamline keywords and files array formatting
1 parent 24c1d47 commit 534469c

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

package.json

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,7 @@
4848
},
4949
"funding": "https://github.com/sponsors/sergiodxa",
5050
"homepage": "https://github.com/sergiodxa/remix-i18next#readme",
51-
"keywords": [
52-
"remix",
53-
"i18n",
54-
"i18next",
55-
"ssr",
56-
"csr",
57-
"react-router"
58-
],
51+
"keywords": ["remix", "i18n", "i18next", "ssr", "csr", "react-router"],
5952
"license": "MIT",
6053
"scripts": {
6154
"build": "tsc",
@@ -65,11 +58,6 @@
6558
"exports": "bun run ./scripts/exports.ts"
6659
},
6760
"sideEffects": false,
68-
"files": [
69-
"build",
70-
"src",
71-
"package.json",
72-
"README.md"
73-
],
61+
"files": ["build", "src", "package.json", "README.md"],
7462
"type": "module"
7563
}

0 commit comments

Comments
 (0)