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 5e2c783 commit a957085Copy full SHA for a957085
1 file changed
package.json
@@ -24,11 +24,15 @@
24
"repository": "kborchers/react-globalize",
25
"bugs": "https://github.com/kborchers/react-globalize/issues",
26
"dependencies": {
27
- "globalize": "1.*.*",
28
- "react": "0.*.*"
+ "globalize": ">= 1.0.0",
+ "react": ">= 0.13.0 < 1.0.0"
29
},
30
"peerDependencies": {
31
32
33
+ },
34
+ "devDependencies": {
35
+ "grunt": "^0.4.5",
36
+ "grunt-esperanto": "^0.4.0"
37
}
38
0 commit comments