We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e7d1373 + 0ee0af9 commit 069ab87Copy full SHA for 069ab87
1 file changed
package.json
@@ -18,7 +18,9 @@
18
],
19
"license": "MIT",
20
"devDependencies": {
21
- "6to5": "2.13.3",
+ "babel": "^5.2.17",
22
+ "babel-core": "^5.2.17",
23
+ "babel-loader": "^5.0.0",
24
"jsx-loader": "^0.12.2",
25
"jsxhint": "^0.8.1",
26
"karma": "^0.12.28",
@@ -34,7 +36,7 @@
34
36
"webpack": "^1.4.13"
35
37
},
38
"peerDependencies": {
- "react": "0.12.x"
39
+ "react": "^0.12 || ^0.13"
40
41
"tags": [
42
"accessibility",
0 commit comments