Skip to content

Commit 069ab87

Browse files
committed
Merge pull request #28 from rackt/react-013-support
Add support for React 0.13. Switch from 6to5 to Babel.
2 parents e7d1373 + 0ee0af9 commit 069ab87

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@
1818
],
1919
"license": "MIT",
2020
"devDependencies": {
21-
"6to5": "2.13.3",
21+
"babel": "^5.2.17",
22+
"babel-core": "^5.2.17",
23+
"babel-loader": "^5.0.0",
2224
"jsx-loader": "^0.12.2",
2325
"jsxhint": "^0.8.1",
2426
"karma": "^0.12.28",
@@ -34,7 +36,7 @@
3436
"webpack": "^1.4.13"
3537
},
3638
"peerDependencies": {
37-
"react": "0.12.x"
39+
"react": "^0.12 || ^0.13"
3840
},
3941
"tags": [
4042
"accessibility",

0 commit comments

Comments
 (0)