Skip to content

Commit 43395a2

Browse files
committed
v0.5.1
1 parent e744229 commit 43395a2

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

package.json

+13-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
{
22
"name": "intlized-components",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"main": "./lib/index.js",
55
"description": "React.js Redux components for internationalization (i18n)",
66
"author": "Markus Wetzel <[email protected]>",
77
"license": "MIT",
8-
"keywords": ["react", "redux", "i18n", "intl", "internationalization"],
8+
"keywords": [
9+
"react",
10+
"redux",
11+
"i18n",
12+
"intl",
13+
"internationalization"
14+
],
915
"repository": "https://github.com/ProAI/intlized-components.git",
1016
"bugs": {
1117
"url": "https://github.com/ProAI/intlized-components/issues"
@@ -15,7 +21,11 @@
1521
"watch": "./node_modules/.bin/babel -d lib/ -w src/",
1622
"lint": "./node_modules/.bin/eslint src"
1723
},
18-
"files": ["dist", "es", "lib"],
24+
"files": [
25+
"dist",
26+
"es",
27+
"lib"
28+
],
1929
"dependencies": {
2030
"intl": "^1.2.5",
2131
"intl-locales-supported": "^1.0.0",

0 commit comments

Comments
 (0)