We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 764c8ee commit 7df9a02Copy full SHA for 7df9a02
package.json
@@ -10,15 +10,19 @@
10
"react",
11
"globalize",
12
"i18n",
13
+ "internationalization",
14
+ "translation",
15
+ "date",
16
+ "currency",
17
+ "number",
18
+ "format",
19
"cldr"
20
],
21
"author": "Kris Borchers",
22
"homepage": "https://github.com/kborchers/react-globalize",
23
"license": "MIT",
- "repository": {
- "type": "git",
- "url": "https://github.com/kborchers/react-globalize"
- },
24
+ "repository": "kborchers/react-globalize",
25
+ "bugs": "https://github.com/kborchers/react-globalize/issues",
26
"devDependencies": {
27
"browserify": "~9.0.3"
28
},
0 commit comments