Skip to content

Commit 9a9f702

Browse files
v4.0.1
chore: updated npm details --------- Co-authored-by: GitHub Actions <[email protected]>
1 parent cd5d969 commit 9a9f702

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "intl-react",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"type": "module",
55
"scripts": {
66
"dev": "vite",
@@ -15,7 +15,18 @@
1515
"version:major": "npm version major"
1616
},
1717
"files": [
18-
"dist"
18+
"dist",
19+
"LICENSE.md",
20+
"README.md"
21+
],
22+
"keywords": [
23+
"i18n",
24+
"internationalization",
25+
"react",
26+
"localization",
27+
"typescript",
28+
"vite",
29+
"library"
1930
],
2031
"main": "./dist/localize-react.umd.js",
2132
"module": "./dist/localize-react.es.js",

0 commit comments

Comments
 (0)